Home
last modified time | relevance | path

Searched refs:exceptionRaised (Results 1 – 7 of 7) sorted by relevance

/external/testng/src/test/java/test/sanitycheck/
DCheckTestNamesTest.java37 boolean exceptionRaised = false; in runSuite()
45 exceptionRaised = true; in runSuite()
49 Assert.assertTrue(exceptionRaised); in runSuite()
/external/cronet/tot/third_party/llvm-libc/src/test/UnitTest/
DFPExceptMatcher.h24 bool exceptionRaised; variable
46 bool match(bool unused) { return exceptionRaised; } in match()
DFPExceptMatcher.cpp52 exceptionRaised = caughtExcept; in FPExceptMatcher()
/external/cronet/stable/third_party/llvm-libc/src/test/UnitTest/
DFPExceptMatcher.h24 bool exceptionRaised; variable
46 bool match(bool unused) { return exceptionRaised; } in match()
DFPExceptMatcher.cpp52 exceptionRaised = caughtExcept; in FPExceptMatcher()
/external/llvm-libc/test/UnitTest/
DFPExceptMatcher.h24 bool exceptionRaised; variable
46 bool match(bool unused) { return exceptionRaised; } in match()
DFPExceptMatcher.cpp52 exceptionRaised = caughtExcept; in FPExceptMatcher()