HomeSort by relevance Sort by last modified time
    Searched refs:DeathTest (Results 1 - 9 of 9) sorted by null

  /external/chromium/sdch/open-vcdiff/src/gtest/internal/
gtest-death-test-internal.h 53 // DeathTest is a class that hides much of the complexity of the
66 class DeathTest {
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/gtest/include/gtest/internal/
gtest-death-test-internal.h 58 // DeathTest is a class that hides much of the complexity of the
71 class DeathTest {
77 // case. Otherwise, the DeathTest pointer pointed to by the "test"
80 // DeathTest object that controls the execution of the current test.
82 const char* file, int line, DeathTest** test);
83 DeathTest();
84 virtual ~DeathTest() { }
89 explicit ReturnSentinel(DeathTest* test) : test_(test) { }
92 DeathTest* const test_;
134 GTEST_DISALLOW_COPY_AND_ASSIGN_(DeathTest);
    [all...]
  /external/protobuf/gtest/include/gtest/internal/
gtest-death-test-internal.h 54 // DeathTest is a class that hides much of the complexity of the
67 class DeathTest {
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/sdch/open-vcdiff/src/gtest/
gtest-death-test.cc 218 DeathTest::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::Passed somehow called before conclusion of test")
    [all...]
  /external/gtest/test/
gtest-death-test_test.cc 65 using testing::internal::DeathTest;
722 const char* file, int line, DeathTest** test);
725 void SetParameters(bool create, DeathTest::TestRole role,
734 DeathTest::AbortReason AbortArgument(int n) const {
745 DeathTest::TestRole role_;
760 std::vector<DeathTest::AbortReason> abort_args_;
767 // A DeathTest implementation useful in testing. It returns values set
768 // at its creation from its various inherited DeathTest methods, and
771 class MockDeathTest : public DeathTest {
806 role_(DeathTest::OVERSEE_TEST)
    [all...]
  /external/protobuf/gtest/test/
gtest-death-test_test.cc 69 using testing::internal::DeathTest;
723 const char* file, int line, DeathTest** test);
726 void SetParameters(bool create, DeathTest::TestRole role,
735 DeathTest::AbortReason AbortArgument(int n) const {
746 DeathTest::TestRole role_;
761 std::vector<DeathTest::AbortReason> abort_args_;
768 // A DeathTest implementation useful in testing. It returns values set
769 // at its creation from its various inherited DeathTest methods, and
772 class MockDeathTest : public DeathTest {
807 role_(DeathTest::OVERSEE_TEST)
    [all...]
  /external/gtest/src/
gtest-death-test.cc 302 DeathTest::DeathTest() {
312 bool DeathTest::Create(const char* statement, const RE* regex,
313 const char* file, int line, DeathTest** test) {
318 const char* DeathTest::LastMessage() {
322 void DeathTest::set_last_death_test_message(const String& message) {
326 String DeathTest::last_death_test_message_;
329 // TODO(vladl@google.com): Merge this class with DeathTest in
331 class DeathTestImpl : public DeathTest {
405 // All of these virtual functions are inherited from DeathTest
    [all...]
  /external/protobuf/gtest/src/
gtest-death-test.cc 282 DeathTest::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::set_last_death_test_message(buffer.GetString())
    [all...]
  /external/chromium/sdch/open-vcdiff/src/
varint_bigendian_test.cc 131 // This test hangs for non-debug build (DeathTest threading problem)
132 TEMPLATE_TEST_F(DeathTest, DISABLED_EncodeNegative) {
170 // This test hangs for non-debug build (DeathTest threading problem)
201 // This test hangs for non-debug build (DeathTest threading problem)

Completed in 102 milliseconds