Searched refs:QuickTest (Results 1 - 1 of 1) sorted by relevance

/gem5/ext/googletest/googletest/samples/
H A Dsample5_unittest.cc58 // "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 { class in inherits: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 alread
[all...]

Completed in 3 milliseconds