Home | History | Annotate | Download | only in test

Lines Matching full:tests

32 // Tests for death tests.
101 // Tests that death tests work.
122 // things that conflict with death tests.
183 // Tests that ASSERT_DEATH can be used outside a TEST, TEST_F, or test fixture.
200 // Tests the ExitedWithCode predicate.
242 // Tests the ExitedWithCode predicate.
258 // Tests the KilledBySignal predicate.
272 // Tests that the death test macros expand to code which may or may not
303 // Tests that EXPECT_DEATH and ASSERT_DEATH work when the error
313 // Tests that death test macros expand to code which interacts well with switch
336 // Tests that a static member function can be used in a "fast" style
343 // Tests that a method of the test fixture can be used in a "fast"
359 // Tests that death tests work even if the current directory has been
371 // Repeats a representative sample of death tests in the "threadsafe" style:
432 // Tests that a method of another class can be used in a death test.
438 // Tests that a global function can be used in a death test.
443 // Tests that any value convertible to an RE works as a second
463 // Tests that a non-void function can be used in a death test.
468 // Tests that functions that take parameter(s) can be used in a death test.
474 // Tests that ASSERT_DEATH can be used outside a TEST, TEST_F, or test fixture.
479 // Tests that death tests can be done inside a loop.
486 // Tests that a compound statement can be used in a death test.
496 // Tests that code that doesn't die causes a death test to fail.
502 // Tests that a death test fails when the error message isn't expected.
517 // Tests that EXPECT_DEATH doesn't abort the test on failure.
525 // Tests that ASSERT_DEATH does abort the test on failure.
536 // Tests that EXPECT_DEATH evaluates the arguments exactly once.
547 // Tests that run-away death tests are reported as failures.
557 // Tests that EXPECT_DEBUG_DEATH works as expected,
579 // Tests that ASSERT_DEBUG_DEATH works as expected
590 // Tests that the return value is 12 in opt mode.
592 // Tests that the side effect occurred in opt mode.
637 // Tests that EXPECT_DEBUG_DEATH in debug mode does not abort
651 // Tests that ASSERT_DEBUG_DEATH in debug mode aborts the function on
662 // Tests the *_EXIT family of macros, using a variety of predicates.
914 // Tests that the Passed method was given the argument "true" when
929 // Tests that the (simulated) child process executes the death test
946 // Tests that the (simulated) child process is aborted with the
975 // Tests that a successful death test does not register a successful
993 // Tests that GetLastSystemErrorMessage returns an empty string when the
1014 // Tests that the AutoHandle is correctly initialized with a handle.
1018 // Tests that Reset assigns INVALID_HANDLE_VALUE.
1023 // Tests that Reset assigns the new handle.
1030 // Tests that AutoHandle contains INVALID_HANDLE_VALUE by default.
1145 // Tests that a test case whose name ends with "DeathTest" works fine