// Copyright 2011 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "printing/page_setup.h" #include <stdlib.h> #include <time.h> #include <algorithm> #include "testing/gtest/include/gtest/gtest.h" namespace printing { TEST(PageSetupTest, Random) { … } TEST(PageSetupTest, HardCoded) { … } TEST(PageSetupTest, OutOfRangeMargins) { … } TEST(PageSetupTest, FlipOrientation) { … } TEST(PageSetupTest, GetSymmetricalPrintableArea) { … } } // namespace printing