HomeSort by relevance Sort by last modified time
    Searched defs:getExpectedException (Results 1 - 5 of 5) sorted by null

  /external/junit/src/org/junit/internal/runners/
TestMethod.java 41 protected Class<? extends Throwable> getExpectedException() {
50 return ! getExpectedException().isAssignableFrom(exception.getClass());
54 return getExpectedException() != null;
  /external/junit/src/org/junit/runners/
BlockJUnit4ClassRunner.java 276 getExpectedException(annotation)) : next;
391 private Class<? extends Throwable> getExpectedException(Test annotation) {
399 return getExpectedException(annotation) != null;
  /external/owasp/sanitizer/lib/junit/
junit-dep.jar 
junit.jar 
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 

Completed in 161 milliseconds