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

  /external/jacoco/org.jacoco.core.test/src-java7/org/jacoco/core/test/filter/targets/
TryWithResources.java 196 private static void throwInBody() throws IOException {
197 try ( // $line-throwInBody.try$
201 } // $line-throwInBody.close$
  /external/jacoco/org.jacoco.core.test/src-java7/org/jacoco/core/test/filter/
TryWithResourcesTest.java 177 * {@link TryWithResources#throwInBody()}
180 public void throwInBody() {
182 assertLine("throwInBody.try", ICounter.NOT_COVERED);
183 assertLine("throwInBody.close", ICounter.NOT_COVERED);

Completed in 77 milliseconds