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

  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/filter/targets/
Synchronized.java 34 private static void explicitException() {
35 synchronized (lock) { // $line-explicitException.monitorEnter$
36 throw new StubException(); // $line-explicitException.exception$
37 } // $line-explicitException.monitorExit$
50 explicitException();
  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/validation/targets/
Target03.java 36 explicitException();
66 private static void explicitException() {
67 nop(); // $line-explicitException.before$
68 throw new StubException(); // $line-explicitException.throw$
  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/filter/
SynchronizedTest.java 48 * {@link Synchronized#explicitException()}
51 public void explicitException() {
52 assertLine("explicitException.monitorEnter", ICounter.FULLY_COVERED);
53 assertLine("explicitException.exception", ICounter.FULLY_COVERED);
55 assertLine("explicitException.monitorExit", ICounter.EMPTY);

Completed in 82 milliseconds