HomeSort by relevance Sort by last modified time
    Searched refs:TestException (Results 1 - 2 of 2) 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/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 1834 milliseconds