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

1 2 34 5 6 7 8 9

  /external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/
SSLPeerUnverifiedExceptionTest.java 44 static String[] msgs = { field in class:SSLPeerUnverifiedExceptionTest
58 for (int i = 0; i < msgs.length; i++) {
59 tE = new SSLPeerUnverifiedException(msgs[i]);
60 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
61 .getMessage(), msgs[i]);
SSLProtocolExceptionTest.java 43 static String[] msgs = { field in class:SSLProtocolExceptionTest
57 for (int i = 0; i < msgs.length; i++) {
58 tE = new SSLProtocolException(msgs[i]);
59 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
60 .getMessage(), msgs[i]);
  /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 42 private static String[] msgs = { field in class:DestroyFailedExceptionTest
64 for (int i = 0; i < msgs.length; i++) {
65 dfE = new DestroyFailedException(msgs[i]);
66 assertEquals("getMessage() must return: ".concat(msgs[i]), dfE.getMessage(), msgs[i]);
LoginExceptionTest.java 42 private static String[] msgs = { field in class:LoginExceptionTest
64 for (int i = 0; i < msgs.length; i++) {
65 lE = new LoginException(msgs[i]);
66 assertEquals("getMessage() must return: ".concat(msgs[i]), lE.getMessage(), msgs[i]);
UnsupportedCallbackExceptionTest.java 43 private static String[] msgs = { field in class:UnsupportedCallbackExceptionTest
90 for (int i = 0; i < msgs.length; i++) {
91 ucE = new UnsupportedCallbackException(null, msgs[i]);
92 assertEquals("getMessage() must return: ".concat(msgs[i]), ucE.getMessage(), msgs[i]);
117 for (int i = 0; i < msgs.length; i++) {
118 ucE = new UnsupportedCallbackException(c, msgs[i]);
119 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...]

Completed in 505 milliseconds

1 2 34 5 6 7 8 9