Searched defs:DeathTest (Results 1 - 15 of 15) sorted by relevance

/external/chromium/sdch/open-vcdiff/src/gtest/internal/
H A Dgtest-death-test-internal.h53 // DeathTest is a class that hides much of the complexity of the
66 class DeathTest { class in namespace:testing::internal
72 // case. Otherwise, the DeathTest pointer pointed to by the "test"
75 // DeathTest object that controls the execution of the current test.
77 const char* file, int line, DeathTest** test);
78 DeathTest();
79 virtual ~DeathTest() { }
84 explicit ReturnSentinel(DeathTest* test) : test_(test) { }
87 DeathTest* const test_;
124 GTEST_DISALLOW_COPY_AND_ASSIGN(DeathTest);
[all...]
/external/open-vcdiff/gtest/include/gtest/internal/
H A Dgtest-death-test-internal.h54 // DeathTest is a class that hides much of the complexity of the
67 class DeathTest { class in namespace:testing::internal
73 // case. Otherwise, the DeathTest pointer pointed to by the "test"
76 // DeathTest object that controls the execution of the current test.
78 const char* file, int line, DeathTest** test);
79 DeathTest();
80 virtual ~DeathTest() { }
85 explicit ReturnSentinel(DeathTest* test) : test_(test) { }
88 DeathTest* const test_;
130 GTEST_DISALLOW_COPY_AND_ASSIGN_(DeathTest);
[all...]
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-death-test-internal.h54 // DeathTest is a class that hides much of the complexity of the
67 class DeathTest { class in namespace:testing::internal
73 // case. Otherwise, the DeathTest pointer pointed to by the "test"
76 // DeathTest object that controls the execution of the current test.
78 const char* file, int line, DeathTest** test);
79 DeathTest();
80 virtual ~DeathTest() { }
85 explicit ReturnSentinel(DeathTest* test) : test_(test) { }
88 DeathTest* const test_;
130 GTEST_DISALLOW_COPY_AND_ASSIGN_(DeathTest);
[all...]
/external/chromium/testing/gtest/include/gtest/internal/
H A Dgtest-death-test-internal.h56 // DeathTest is a class that hides much of the complexity of the
69 class GTEST_API_ DeathTest { class in namespace:testing::internal
75 // case. Otherwise, the DeathTest pointer pointed to by the "test"
78 // DeathTest object that controls the execution of the current test.
80 const char* file, int line, DeathTest** test);
81 DeathTest();
82 virtual ~DeathTest() { }
87 explicit ReturnSentinel(DeathTest* test) : test_(test) { }
90 DeathTest* const test_;
136 GTEST_DISALLOW_COPY_AND_ASSIGN_(DeathTest);
[all...]
/external/gtest/include/gtest/internal/
H A Dgtest-death-test-internal.h56 // DeathTest is a class that hides much of the complexity of the
69 class GTEST_API_ DeathTest { class in namespace:testing::internal
75 // case. Otherwise, the DeathTest pointer pointed to by the "test"
78 // DeathTest object that controls the execution of the current test.
80 const char* file, int line, DeathTest** test);
81 DeathTest();
82 virtual ~DeathTest() { }
87 explicit ReturnSentinel(DeathTest* test) : test_(test) { }
90 DeathTest* const test_;
136 GTEST_DISALLOW_COPY_AND_ASSIGN_(DeathTest);
[all...]
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
H A Dgtest-death-test-internal.h56 // DeathTest is a class that hides much of the complexity of the
69 class GTEST_API_ DeathTest { class in namespace:testing::internal
75 // case. Otherwise, the DeathTest pointer pointed to by the "test"
78 // DeathTest object that controls the execution of the current test.
80 const char* file, int line, DeathTest** test);
81 DeathTest();
82 virtual ~DeathTest() { }
87 explicit ReturnSentinel(DeathTest* test) : test_(test) { }
90 DeathTest* const test_;
136 GTEST_DISALLOW_COPY_AND_ASSIGN_(DeathTest);
[all...]
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-death-test-internal.h56 // DeathTest is a class that hides much of the complexity of the
69 class GTEST_API_ DeathTest { class in namespace:testing::internal
75 // case. Otherwise, the DeathTest pointer pointed to by the "test"
78 // DeathTest object that controls the execution of the current test.
80 const char* file, int line, DeathTest** test);
81 DeathTest();
82 virtual ~DeathTest() { }
87 explicit ReturnSentinel(DeathTest* test) : test_(test) { }
90 DeathTest* const test_;
136 GTEST_DISALLOW_COPY_AND_ASSIGN_(DeathTest);
[all...]
/external/chromium/sdch/open-vcdiff/src/gtest/
H A Dgtest-death-test.cc218 DeathTest::DeathTest() { function in class:testing::internal::DeathTest
228 bool DeathTest::Create(const char* statement, const RE* regex,
229 const char* file, int line, DeathTest** test) {
234 const char* DeathTest::LastMessage() {
239 // methods of the DeathTest interface. Only the AssumeRole method is
241 class ForkingDeathTest : public DeathTest {
245 // All of these virtual functions are inherited from DeathTest.
276 : DeathTest(),
419 "DeathTest
[all...]
/external/open-vcdiff/gtest/src/
H A Dgtest-death-test.cc282 DeathTest::DeathTest() { function in class:testing::internal::DeathTest
292 bool DeathTest::Create(const char* statement, const RE* regex,
293 const char* file, int line, DeathTest** test) {
298 const char* DeathTest::LastMessage() {
302 void DeathTest::set_last_death_test_message(const String& message) {
306 String DeathTest::last_death_test_message_;
309 class DeathTestImpl : public DeathTest {
484 << "DeathTest::Passed somehow called before conclusion of test";
487 DeathTest
[all...]
/external/protobuf/gtest/src/
H A Dgtest-death-test.cc282 DeathTest::DeathTest() { function in class:testing::internal::DeathTest
292 bool DeathTest::Create(const char* statement, const RE* regex,
293 const char* file, int line, DeathTest** test) {
298 const char* DeathTest::LastMessage() {
302 void DeathTest::set_last_death_test_message(const String& message) {
306 String DeathTest::last_death_test_message_;
309 class DeathTestImpl : public DeathTest {
484 << "DeathTest::Passed somehow called before conclusion of test";
487 DeathTest
[all...]
/external/chromium/testing/gtest/src/
H A Dgtest-death-test.cc295 DeathTest::DeathTest() { function in class:testing::internal::DeathTest
305 bool DeathTest::Create(const char* statement, const RE* regex,
306 const char* file, int line, DeathTest** test) {
311 const char* DeathTest::LastMessage() {
315 void DeathTest::set_last_death_test_message(const String& message) {
319 String DeathTest::last_death_test_message_;
322 class DeathTestImpl : public DeathTest {
532 << "DeathTest::Passed somehow called before conclusion of test";
535 DeathTest
[all...]
/external/gtest/src/
H A Dgtest-death-test.cc295 DeathTest::DeathTest() { function in class:testing::internal::DeathTest
305 bool DeathTest::Create(const char* statement, const RE* regex,
306 const char* file, int line, DeathTest** test) {
311 const char* DeathTest::LastMessage() {
315 void DeathTest::set_last_death_test_message(const String& message) {
319 String DeathTest::last_death_test_message_;
322 class DeathTestImpl : public DeathTest {
532 << "DeathTest::Passed somehow called before conclusion of test";
535 DeathTest
[all...]
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-death-test.cc295 DeathTest::DeathTest() { function in class:testing::internal::DeathTest
305 bool DeathTest::Create(const char* statement, const RE* regex,
306 const char* file, int line, DeathTest** test) {
311 const char* DeathTest::LastMessage() {
315 void DeathTest::set_last_death_test_message(const String& message) {
319 String DeathTest::last_death_test_message_;
322 class DeathTestImpl : public DeathTest {
532 << "DeathTest::Passed somehow called before conclusion of test";
535 DeathTest
[all...]
/external/llvm/utils/unittest/googletest/
H A Dgtest-death-test.cc295 DeathTest::DeathTest() { function in class:testing::internal::DeathTest
305 bool DeathTest::Create(const char* statement, const RE* regex,
306 const char* file, int line, DeathTest** test) {
311 const char* DeathTest::LastMessage() {
315 void DeathTest::set_last_death_test_message(const String& message) {
319 String DeathTest::last_death_test_message_;
322 class DeathTestImpl : public DeathTest {
531 << "DeathTest::Passed somehow called before conclusion of test";
534 DeathTest
[all...]
/external/ceres-solver/internal/ceres/gtest/
H A Dgtest.h8001 // DeathTest is a class that hides much of the complexity of the
8014 class GTEST_API_ DeathTest { class in namespace:testing::internal
8020 // case. Otherwise, the DeathTest pointer pointed to by the "test"
8023 // DeathTest object that controls the execution of the current test.
8025 const char* file, int line, DeathTest** test);
8026 DeathTest();
8027 virtual ~DeathTest() { }
8032 explicit ReturnSentinel(DeathTest* test) : test_(test) { }
8035 DeathTest* const test_;
8081 GTEST_DISALLOW_COPY_AND_ASSIGN_(DeathTest);
[all...]

Completed in 216 milliseconds