Home
last modified time | relevance | path

Searched refs:Fixture (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/contrib/googletest/googletest/test/
H A Dgtest_skip_test.cc42 class Fixture : public Test { class
49 TEST_F(Fixture, SkipsOneTest) { EXPECT_EQ(5, 7); } in TEST_F() argument
51 TEST_F(Fixture, SkipsAnotherTest) { EXPECT_EQ(99, 100); } in TEST_F() argument
/freebsd-14.2/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-internal.h697 template <GTEST_TEMPLATE_ Fixture, class TestSel, typename Types>
709 typedef Fixture<Type> FixtureClass;
729 return TypeParameterizedTest<Fixture, TestSel,
740 template <GTEST_TEMPLATE_ Fixture, class TestSel>
741 class TypeParameterizedTest<Fixture, TestSel, internal::None> {
761 template <GTEST_TEMPLATE_ Fixture, typename Tests, typename Types>
785 TypeParameterizedTest<Fixture, Head, Types>::Register(
789 return TypeParameterizedTestSuite<Fixture, typename Tests::Tail,
798 template <GTEST_TEMPLATE_ Fixture, typename Types>
799 class TypeParameterizedTestSuite<Fixture, internal::None, Types> {
/freebsd-14.2/contrib/googletest/docs/
H A Dfaq.md680 class CoolTest : public ::testing::Test {}; // Fixture foo::CoolTest
687 class CoolTest : public ::testing::Test {}; // Fixture: bar::CoolTest
H A Dprimer.md236 fixture class. (`_F` stands for "Fixture"). No test suite name is specified for
H A Dadvanced.md1596 ownership to the caller. The signature of the callable is `Fixture*()`, where
1597 `Fixture` is the test fixture class for the test. All tests registered with the
/freebsd-14.2/contrib/googletest/docs/reference/
H A Dtesting.md1354 ownership to the caller. The signature of the callable is `Fixture*()`, where
1355 `Fixture` is the test fixture class for the test. All tests registered with the