Home
last modified time | relevance | path

Searched refs:ExecDeathTest (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/googletest/googletest/src/
H A Dgtest-death-test.cc1145 class ExecDeathTest : public ForkingDeathTest { class
1147 ExecDeathTest(const char* a_statement, Matcher<const std::string&> matcher, in ExecDeathTest() function in testing::internal::ExecDeathTest
1352 DeathTest::TestRole ExecDeathTest::AssumeRole() { in AssumeRole()
1448 *test = new ExecDeathTest(statement, std::move(matcher), file, line); in Create()
/freebsd/contrib/googletest/googletest/include/gtest/
H A Dgtest.h178 class ExecDeathTest; variable
451 friend class internal::ExecDeathTest;