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

  /external/chromium/testing/gtest/test/
gtest-death-test_ex_test.cc 61 class TestException : public std::exception {
68 EXPECT_NONFATAL_FAILURE(EXPECT_DEATH(throw TestException(), ""),
71 EXPECT_NONFATAL_FAILURE(EXPECT_DEATH(throw TestException(), ""),
  /external/gtest/test/
gtest-death-test_ex_test.cc 61 class TestException : public std::exception {
68 EXPECT_NONFATAL_FAILURE(EXPECT_DEATH(throw TestException(), ""),
71 EXPECT_NONFATAL_FAILURE(EXPECT_DEATH(throw TestException(), ""),
  /external/libvpx/libvpx/third_party/googletest/src/test/
gtest-death-test_ex_test.cc 61 class TestException : public std::exception {
68 EXPECT_NONFATAL_FAILURE(EXPECT_DEATH(throw TestException(), ""),
71 EXPECT_NONFATAL_FAILURE(EXPECT_DEATH(throw TestException(), ""),
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
FuturesTest.java     [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
ThreadGroupTest.java 630 class TestException extends RuntimeException {
711 if (e instanceof TestException) {
724 throw new TestException();
742 class UncaughtException extends TestException {
750 if (e instanceof TestException) {
767 throw new TestException();
802 if (e instanceof TestException) {
816 throw new TestException();

Completed in 138 milliseconds