Searched defs:expectedException (Results 1 - 3 of 3) sorted by relevance

/libcore/luni/src/test/java/tests/security/spec/
H A DECFieldF2mTest.java88 * @param expectedException
93 final Exception expectedException) {
97 this.x = expectedException;
90 ECFieldF2mDomainParams(final int m, final BigInteger rp, final int[] ks, final Exception expectedException) argument
/libcore/luni/src/test/java/tests/api/java/lang/reflect/
H A DFieldTest.java255 Class expectedException) {
287 if (expectedException != null) {
288 fail("expected exception " + expectedException.getName());
291 if (expectedException == null) {
295 + expectedException.getName() + " and got " + e, e
296 .getClass().equals(expectedException));
303 Class expectedException, Object value) {
334 if (expectedException != null) {
335 fail("expected exception " + expectedException.getName()
339 if (expectedException
254 getField(char primitiveType, Object o, Field f, Class expectedException) argument
302 setField(char primitiveType, Object o, Field f, Class expectedException, Object value) argument
[all...]
/libcore/support/src/test/java/tests/resources/
H A Djunit4-4.3.1.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...

Completed in 93 milliseconds