Home | History | Annotate | Download | only in ssl

Lines Matching refs:fail

41             fail("Unexpected Exception " + e.toString());
55 fail("NoSuchAlgorithmException wasn't thrown");
59 fail(e + " was thrown instead of NoSuchAlgorithmException");
64 fail("KeyStoreException wasn't thrown");
68 fail(e + " was thrown instead of KeyStoreException");
74 fail("UnrecoverableKeyException wasn't thrown");
78 fail(e + " was thrown instead of UnrecoverableKeyException");
86 fail("Unexpected exception " + e);
98 fail("InvalidAlgorithmParameterException wasn't thrown");
102 fail(e + " was thrown instead of InvalidAlgorithmParameterException");
110 fail(e + " unexpected exception was thrown");
122 fail("IllegalStateException wasn't thrown");
126 fail(e + " was thrown instead of IllegalStateException");
136 fail(e + " unexpected exception was thrown");