Home | History | Annotate | Download | only in googletest

Lines Matching refs:WindowsDeathTest

539 // WindowsDeathTest implements death tests on Windows. Due to the
567 class WindowsDeathTest : public DeathTestImpl {
569 WindowsDeathTest(const char* a_statement,
598 int WindowsDeathTest::Wait() {
643 DeathTest::TestRole WindowsDeathTest::AssumeRole() {
657 // WindowsDeathTest uses an anonymous pipe to communicate results of
1071 *test = new WindowsDeathTest(statement, regex, file, line);