Searched defs:ExpectedException (Results 1 - 4 of 4) sorted by relevance

/external/junit/src/main/java/org/junit/rules/
H A DExpectedException.java17 * The {@code ExpectedException} rule allows you to verify that your code
24 * public ExpectedException thrown= ExpectedException.none();
39 * You have to add the {@code ExpectedException} rule to your test.
71 * expectations of the {@code ExpectedException} rule. In this case the rule
86 * {@code ExpectedException} rule, if they should be handled by the framework.
106 public class ExpectedException implements TestRule { class in inherits:TestRule
111 public static ExpectedException none() {
112 return new ExpectedException();
119 private ExpectedException() { method in class:ExpectedException
[all...]
/external/owasp/sanitizer/lib/junit/
H A Djunit-dep.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...
/external/libphonenumber/lib/
H A Djunit-4.8.1.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...

Completed in 908 milliseconds