Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/googletest/googletest/src/
H A Dgtest-death-test.cc671 class WindowsDeathTest : public DeathTestImpl { class
673 WindowsDeathTest(const char* a_statement, Matcher<const std::string&> matcher, in WindowsDeathTest() function in testing::internal::WindowsDeathTest
702 int WindowsDeathTest::Wait() { in Wait()
744 DeathTest::TestRole WindowsDeathTest::AssumeRole() { in AssumeRole()
1435 *test = new WindowsDeathTest(statement, std::move(matcher), file, line); in Create()
/freebsd-14.2/contrib/googletest/googletest/include/gtest/
H A Dgtest.h187 class WindowsDeathTest; variable
454 friend class internal::WindowsDeathTest;