Searched refs:exceptionRaised (Results 1 – 7 of 7) sorted by relevance
37 boolean exceptionRaised = false; in runSuite()45 exceptionRaised = true; in runSuite()49 Assert.assertTrue(exceptionRaised); in runSuite()
24 bool exceptionRaised; variable46 bool match(bool unused) { return exceptionRaised; } in match()
52 exceptionRaised = caughtExcept; in FPExceptMatcher()