HomeSort by relevance Sort by last modified time
    Searched refs:msgs (Results 76 - 100 of 197) sorted by null

1 2 34 5 6 7 8

  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
BadPaddingExceptionTest.java 36 static String[] msgs = { field in class:BadPaddingExceptionTest
60 for (int i = 0; i < msgs.length; i++) {
61 tE = new BadPaddingException(msgs[i]);
62 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
63 .getMessage(), msgs[i]);
IllegalBlockSizeExceptionTest.java 37 static String[] msgs = { field in class:IllegalBlockSizeExceptionTest
61 for (int i = 0; i < msgs.length; i++) {
62 tE = new IllegalBlockSizeException(msgs[i]);
63 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
64 .getMessage(), msgs[i]);
NoSuchPaddingExceptionTest.java 37 static String[] msgs = { field in class:NoSuchPaddingExceptionTest
61 for (int i = 0; i < msgs.length; i++) {
62 tE = new NoSuchPaddingException(msgs[i]);
63 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
64 .getMessage(), msgs[i]);
ShortBufferExceptionTest.java 35 static String[] msgs = { field in class:ShortBufferExceptionTest
59 for (int i = 0; i < msgs.length; i++) {
60 tE = new ShortBufferException(msgs[i]);
61 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
62 .getMessage(), msgs[i]);
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
InvalidParameterExceptionTest.java 36 static String[] msgs = { field in class:InvalidParameterExceptionTest
60 for (int i = 0; i < msgs.length; i++) {
61 tE = new InvalidParameterException(msgs[i]);
62 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
63 .getMessage(), msgs[i]);
NoSuchProviderExceptionTest.java 36 static String[] msgs = { field in class:NoSuchProviderExceptionTest
60 for (int i = 0; i < msgs.length; i++) {
61 tE = new NoSuchProviderException(msgs[i]);
62 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
63 .getMessage(), msgs[i]);
UnrecoverableEntryExceptionTest.java 35 static String[] msgs = { field in class:UnrecoverableEntryExceptionTest
56 for (int i = 0; i < msgs.length; i++) {
57 tE = new UnrecoverableEntryException(msgs[i]);
58 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
59 .getMessage(), msgs[i]);
UnrecoverableKeyExceptionTest.java 36 static String[] msgs = { field in class:UnrecoverableKeyExceptionTest
60 for (int i = 0; i < msgs.length; i++) {
61 tE = new UnrecoverableKeyException(msgs[i]);
62 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
63 .getMessage(), msgs[i]);
  /libcore/luni/src/test/java/tests/api/javax/security/auth/
DestroyFailedExceptionTest.java 30 private static String[] msgs = { field in class:DestroyFailedExceptionTest
52 for (int i = 0; i < msgs.length; i++) {
53 dfE = new DestroyFailedException(msgs[i]);
54 assertEquals("getMessage() must return: ".concat(msgs[i]), dfE.getMessage(), msgs[i]);
LoginExceptionTest.java 30 private static String[] msgs = { field in class:LoginExceptionTest
52 for (int i = 0; i < msgs.length; i++) {
53 lE = new LoginException(msgs[i]);
54 assertEquals("getMessage() must return: ".concat(msgs[i]), lE.getMessage(), msgs[i]);
UnsupportedCallbackExceptionTest.java 31 private static String[] msgs = { field in class:UnsupportedCallbackExceptionTest
78 for (int i = 0; i < msgs.length; i++) {
79 ucE = new UnsupportedCallbackException(null, msgs[i]);
80 assertEquals("getMessage() must return: ".concat(msgs[i]), ucE.getMessage(), msgs[i]);
105 for (int i = 0; i < msgs.length; i++) {
106 ucE = new UnsupportedCallbackException(c, msgs[i]);
107 assertEquals("getMessage() must return: ".concat(msgs[i]), ucE.getMessage(), msgs[i]);
  /libcore/luni/src/test/java/tests/api/javax/security/cert/
CertificateEncodingExceptionTest.java 35 static String[] msgs = { field in class:CertificateEncodingExceptionTest
59 for (int i = 0; i < msgs.length; i++) {
60 tE = new CertificateEncodingException(msgs[i]);
61 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
62 .getMessage(), msgs[i]);
CertificateExceptionTest.java 36 static String[] msgs = { field in class:CertificateExceptionTest
60 for (int i = 0; i < msgs.length; i++) {
61 tE = new CertificateException(msgs[i]);
62 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
63 .getMessage(), msgs[i]);
CertificateExpiredExceptionTest.java 36 static String[] msgs = { field in class:CertificateExpiredExceptionTest
60 for (int i = 0; i < msgs.length; i++) {
61 tE = new CertificateExpiredException(msgs[i]);
62 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
63 .getMessage(), msgs[i]);
CertificateNotYetValidExceptionTest.java 36 static String[] msgs = { field in class:CertificateNotYetValidExceptionTest
61 for (int i = 0; i < msgs.length; i++) {
62 tE = new CertificateNotYetValidException(msgs[i]);
63 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
64 .getMessage(), msgs[i]);
CertificateParsingExceptionTest.java 37 static String[] msgs = { field in class:CertificateParsingExceptionTest
61 for (int i = 0; i < msgs.length; i++) {
62 tE = new CertificateParsingException(msgs[i]);
63 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
64 .getMessage(), msgs[i]);
  /libcore/luni/src/test/java/tests/security/cert/
CertificateExpiredExceptionTest.java 36 static String[] msgs = { field in class:CertificateExpiredExceptionTest
60 for (int i = 0; i < msgs.length; i++) {
61 tE = new CertificateExpiredException(msgs[i]);
62 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
63 .getMessage(), msgs[i]);
CertificateNotYetValidExceptionTest.java 36 static String[] msgs = { field in class:CertificateNotYetValidExceptionTest
61 for (int i = 0; i < msgs.length; i++) {
62 tE = new CertificateNotYetValidException(msgs[i]);
63 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
64 .getMessage(), msgs[i]);
CertPathValidatorExceptionTest.java 43 private static String[] msgs = { field in class:CertPathValidatorExceptionTest
67 for (int i = 0; i < msgs.length; i++) {
68 tE = new CertPathValidatorException(msgs[i]);
69 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
70 .getMessage(), msgs[i]);
136 for (int i = 0; i < msgs.length; i++) {
137 tE = new CertPathValidatorException(msgs[i], null);
138 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
139 .getMessage(), msgs[i]);
170 for (int i = 0; i < msgs.length; i++)
    [all...]
  /libcore/luni/src/test/java/tests/security/spec/
InvalidParameterSpecExceptionTest.java 36 static String[] msgs = { field in class:InvalidParameterSpecExceptionTest
61 for (int i = 0; i < msgs.length; i++) {
62 tE = new InvalidParameterSpecException(msgs[i]);
63 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
64 .getMessage(), msgs[i]);
  /external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/sasl/serialization/
RealmChoiceCallbackTest.java 38 public static String[] msgs = { field in class:RealmChoiceCallbackTest
49 new RealmChoiceCallback(msgs[0], msgs, 0, true),
50 new RealmChoiceCallback(msgs[1], msgs, 1, true),
51 new RealmChoiceCallback(msgs[1], msgs, 0, false),
52 new RealmChoiceCallback(msgs[2], msgs, 0, false)
60 rc.setSelectedIndex(msgs.length - 1)
    [all...]
RealmCallbackTest.java 38 public static String[] msgs = { field in class:RealmCallbackTest
47 new RealmCallback(msgs[0], msgs[1]),
48 new RealmCallback(msgs[1], msgs[0]),
49 new RealmCallback(msgs[1], msgs[1])
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
CertPathValidatorExceptionTest.java 53 private static String[] msgs = { field in class:CertPathValidatorExceptionTest
77 for (int i = 0; i < msgs.length; i++) {
78 tE = new CertPathValidatorException(msgs[i]);
79 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
80 .getMessage(), msgs[i]);
146 for (int i = 0; i < msgs.length; i++) {
147 tE = new CertPathValidatorException(msgs[i], null);
148 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
149 .getMessage(), msgs[i]);
180 for (int i = 0; i < msgs.length; i++)
    [all...]
  /external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/sasl/
SaslExceptionTest.java 32 static String[] msgs = { field in class:SaslExceptionTest
67 for (int i = 0; i < msgs.length; i++) {
68 tE = new SaslException(msgs[i]);
69 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
70 .getMessage(), msgs[i]);
104 for (int i = 0; i < msgs.length; i++) {
105 tE = new SaslException(msgs[i], null);
106 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
107 .getMessage(), msgs[i]);
141 for (int i = 0; i < msgs.length; i++)
    [all...]
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/serialization/
CertPathValidatorExceptionTest.java 39 public static String[] msgs = { field in class:CertPathValidatorExceptionTest
44 Exception cause = new Exception(msgs[1]);
46 msgs[0], cause);
51 new CertPathValidatorException(msgs[1]),
54 new CertPathValidatorException(msgs[1], dExc),
55 new CertPathValidatorException(msgs[1], dExc, null, -1) };

Completed in 1710 milliseconds

1 2 34 5 6 7 8