HomeSort by relevance Sort by last modified time
    Searched refs:QuickTest (Results 1 - 3 of 3) sorted by null

  /external/chromium/testing/gtest/samples/
sample5_unittest.cc 58 // "QuickTest". QuickTest is intended to be the super fixture that
60 // the name "QuickTest". This is OK.
62 // Later, we will derive multiple test fixtures from QuickTest.
63 class QuickTest : public testing::Test {
88 // We derive a fixture named IntegerFunctionTest from the QuickTest
91 class IntegerFunctionTest : public QuickTest {
92 // We don't need any more logic than already in the QuickTest fixture.
139 // we derive another fixture from QuickTest.
142 // addition to what's in QuickTest already. We define the additiona
    [all...]
  /external/gtest/samples/
sample5_unittest.cc 58 // "QuickTest". QuickTest is intended to be the super fixture that
60 // the name "QuickTest". This is OK.
62 // Later, we will derive multiple test fixtures from QuickTest.
63 class QuickTest : public testing::Test {
88 // We derive a fixture named IntegerFunctionTest from the QuickTest
91 class IntegerFunctionTest : public QuickTest {
92 // We don't need any more logic than already in the QuickTest fixture.
139 // we derive another fixture from QuickTest.
142 // addition to what's in QuickTest already. We define the additiona
    [all...]
  /external/protobuf/gtest/samples/
sample5_unittest.cc 58 // "QuickTest". QuickTest is intended to be the super fixture that
60 // the name "QuickTest". This is OK.
62 // Later, we will derive multiple test fixtures from QuickTest.
63 class QuickTest : public testing::Test {
88 // We derive a fixture named IntegerFunctionTest from the QuickTest
91 class IntegerFunctionTest : public QuickTest {
92 // We don't need any more logic than already in the QuickTest fixture.
139 // we derive another fixture from QuickTest.
142 // addition to what's in QuickTest already. We define the additiona
    [all...]

Completed in 1534 milliseconds