OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DeathCheck
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/sandbox/linux/tests/
unit_tests.h
28
// While it is perfectly OK for a complex test to provide its own
DeathCheck
33
// NOTE: If you do decide to write your own
DeathCheck
, make sure to use
75
typedef void (*
DeathCheck
)(int status, const std::string& msg,
82
static void RunTestInProcess(Test test, void *arg,
DeathCheck
death,
98
// A
DeathCheck
method that verifies that the test completed succcessfully.
100
// of this
DeathCheck
is unused (and thus unnamed)
103
// A
DeathCheck
method that verifies that the test completed with error
111
// A
DeathCheck
method that verifies that the test completed with a
118
// A
DeathCheck
method that verifies that the test was terminated by a
unit_tests.cc
109
DeathCheck
death, const void *death_aux) {
193
// We use gtest's ASSERT_XXX() macros instead of the
DeathCheck
Completed in 531 milliseconds