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

/gem5/ext/testlib/
H A Dfixture.py40 self.msg = 'Fixture "%s" raised SkipException for "%s".' % (
46 class Fixture(object): class in inherits:object
48 Base Class for a test Fixture.
64 obj = super(Fixture, klass).__new__(klass, *args, **kwargs)
65 Fixture.collector.collect(obj)
H A Dloader.py59 care about collecting. (`TestCase`, `TestSuite` and `Fixture` objects.)
228 new_fixtures = fixture_mod.Fixture.collector.create()
236 fixture_mod.Fixture.collector.remove(new_fixtures)
/gem5/tests/gem5/
H A Dfixture.py49 from testlib.fixture import Fixture
55 class VariableFixture(Fixture):
61 class TempdirFixture(Fixture):
78 class UniqueFixture(Fixture):
120 Fixture will wait until all SCons targets are collected and tests are
184 class MakeFixture(Fixture):
201 class MakeTarget(Fixture):
/gem5/ext/googletest/googletest/include/gtest/internal/
H A Dgtest-internal.h615 // TypeParameterizedTest<Fixture, TestSel, Types>::Register()
622 template <GTEST_TEMPLATE_ Fixture, class TestSel, typename Types>
634 typedef Fixture<Type> FixtureClass;
652 return TypeParameterizedTest<Fixture, TestSel, typename Types::Tail>
658 template <GTEST_TEMPLATE_ Fixture, class TestSel>
659 class TypeParameterizedTest<Fixture, TestSel, Types0> {
668 // TypeParameterizedTestCase<Fixture, Tests, Types>::Register()
672 template <GTEST_TEMPLATE_ Fixture, typename Tests, typename Types>
693 TypeParameterizedTest<Fixture, Head, Types>::Register(
697 return TypeParameterizedTestCase<Fixture, typenam
[all...]

Completed in 14 milliseconds