// Copyright 2006-2008 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_number.h" #include "printing/print_settings.h" #include "testing/gmock/include/gmock/gmock.h" #include "testing/gtest/include/gtest/gtest.h" TEST(PageNumberTest, Count) { … } TEST(PageNumberTest, GetPages) { … } TEST(PageNumberTest, GetPagesOutOfRange) { … }