/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/ |
D | InputSourceTest.java | 33 assertNull(i.getByteStream()); in testInputSource() 34 assertNull(i.getCharacterStream()); in testInputSource() 35 assertNull(i.getEncoding()); in testInputSource() 36 assertNull(i.getPublicId()); in testInputSource() 37 assertNull(i.getSystemId()); in testInputSource() 43 assertNull(i.getByteStream()); in testInputSourceString() 44 assertNull(i.getCharacterStream()); in testInputSourceString() 45 assertNull(i.getEncoding()); in testInputSourceString() 46 assertNull(i.getPublicId()); in testInputSourceString() 57 assertNull(i.getCharacterStream()); in testInputSourceInputStream() [all …]
|
D | SAXExceptionTest.java | 31 assertNull(e.getMessage()); in testSAXParseException() 32 assertNull(e.getException()); in testSAXParseException() 47 assertNull(e.getMessage()); in testSAXException_String_Exception() 54 assertNull(e.getException()); in testSAXException_String_Exception() 62 assertNull(e.getException()); in testSAXException_String() 67 assertNull(e.getMessage()); in testSAXException_String() 68 assertNull(e.getException()); in testSAXException_String() 77 assertNull(e.getMessage()); in testSAXException_Exception() 83 assertNull(e.getMessage()); in testSAXException_Exception() 84 assertNull(e.getException()); in testSAXException_Exception()
|
D | SAXParseExceptionTest.java | 60 assertNull(e.getMessage()); in testSAXParseException_String_Locator_Exception() 74 assertNull(e.getPublicId()); in testSAXParseException_String_Locator_Exception() 75 assertNull(e.getSystemId()); in testSAXParseException_String_Locator_Exception() 83 assertNull(e.getException()); in testSAXParseException_String_Locator_Exception() 102 assertNull(e.getException()); in testSAXParseException_String_Locator() 112 assertNull(e.getMessage()); in testSAXParseException_String_Locator() 113 assertNull(e.getException()); in testSAXParseException_String_Locator() 124 assertNull(e.getException()); in testSAXParseException_String_Locator() 126 assertNull(e.getPublicId()); in testSAXParseException_String_Locator() 127 assertNull(e.getSystemId()); in testSAXParseException_String_Locator() [all …]
|
/libcore/luni/src/test/java/libcore/java/util/logging/ |
D | OldLoggerTest.java | 49 assertNull(LogManager.getLogManager().getLogger( in testGetLoggerWithRes_InvalidResourceBundle() 62 assertNull(Logger.global.getFilter()); in testGlobalLogger() 64 assertNull(Logger.global.getLevel()); in testGlobalLogger() 66 assertNull(Logger.global.getParent().getParent()); in testGlobalLogger() 67 assertNull(Logger.global.getResourceBundle()); in testGlobalLogger() 68 assertNull(Logger.global.getResourceBundleName()); in testGlobalLogger() 77 assertNull(mlog.getFilter()); in testConstructor_Normal() 79 assertNull(mlog.getLevel()); in testConstructor_Normal() 81 assertNull(mlog.getParent()); in testConstructor_Normal() 90 assertNull(mlog.getFilter()); in testConstructor_Null() [all …]
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/ |
D | AssertionErrorTest.java | 26 assertNull(e.getMessage()); in test_Constructor() 27 assertNull(e.getCause()); in test_Constructor() 34 assertNull(e.getCause()); in test_ConstructorObject() 45 assertNull(e.getCause()); in test_ConstructorBoolean() 51 assertNull(e.getCause()); in test_ConstructorChar() 57 assertNull(e.getCause()); in test_ConstructorInt() 63 assertNull(e.getCause()); in test_ConstructorLong() 69 assertNull(e.getCause()); in test_ConstructorFloat() 75 assertNull(e.getCause()); in test_ConstructorDouble()
|
D | ExceptionInInitializerErrorTest.java | 27 assertNull(e.getMessage()); in test_Constructor() 28 assertNull(e.getLocalizedMessage()); in test_Constructor() 29 assertNull(e.getCause()); in test_Constructor() 38 assertNull(e.getCause()); in test_ConstructorLjava_lang_String() 47 assertNull(e.getMessage()); in test_ConstructorLjava_lang_Throwable() 48 assertNull(e.getLocalizedMessage()); in test_ConstructorLjava_lang_Throwable()
|
D | OutOfMemoryErrorTest.java | 28 assertNull(e.getCause()); in test_Constructor() 29 assertNull(e.getMessage()); in test_Constructor() 38 assertNull(e.getMessage()); in test_ConstructorLjava_lang_String() 39 assertNull(e.getCause()); in test_ConstructorLjava_lang_String() 43 assertNull(e.getCause()); in test_ConstructorLjava_lang_String()
|
D | AbstractMethodErrorTest.java | 30 assertNull(error.getCause()); in test_Constructor() 31 assertNull(error.getMessage()); in test_Constructor() 40 assertNull(error.getMessage()); in test_ConstructorLjava_lang_String() 41 assertNull(error.getCause()); in test_ConstructorLjava_lang_String() 45 assertNull(error.getCause()); in test_ConstructorLjava_lang_String()
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/ref/ |
D | PhantomReferenceTest.java | 42 assertNull("get() should return null.", pr.get()); in test_get() 44 assertNull("get() should return null.", pr.get()); in test_get() 46 assertNull("get() should return null.", pr.get()); in test_get() 105 assertNull("get() should return null.", tprs[0].get()); in check_gcInteraction() 106 assertNull("get() should return null.", tprs[1].get()); in check_gcInteraction() 107 assertNull("get() should return null.", tprs[2].get()); in check_gcInteraction() 108 assertNull("get() should return null.", tprs[3].get()); in check_gcInteraction() 117 assertNull("get() should return null.", tprs[0].get()); in check_gcInteraction() 118 assertNull("get() should return null.", tprs[1].get()); in check_gcInteraction() 119 assertNull("get() should return null.", tprs[2].get()); in check_gcInteraction() [all …]
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/ |
D | X509KeyManagerTest.java | 670 assertNull(manager.getClientAliases(null, null)); in test_getClientAliases() 671 assertNull(manager.getClientAliases("", null)); in test_getClientAliases() 683 assertNull(manager.chooseClientAlias(null, null, new Socket())); in test_chooseClientAlias() 684 assertNull(manager.chooseClientAlias(new String[0], null, new Socket())); in test_chooseClientAlias() 685 assertNull(manager.chooseClientAlias(new String[]{"BOGUS"}, null, new Socket())); in test_chooseClientAlias() 696 assertNull(manager.getServerAliases(null, null)); in test_getServerAliases() 697 assertNull(manager.getServerAliases("", null)); in test_getServerAliases() 709 assertNull(manager.chooseServerAlias(null, null, new Socket())); in test_chooseServerAlias() 710 assertNull(manager.chooseServerAlias("", null, new Socket())); in test_chooseServerAlias() 724 assertNull("Not NULL for NULL parameter", manager.getCertificateChain(null)); in test_getCertificateChain() [all …]
|
/libcore/luni/src/test/java/tests/security/spec/ |
D | InvalidKeySpecExceptionTest.java | 49 assertNull("getMessage() must return null.", tE.getMessage()); in testInvalidKeySpecException01() 50 assertNull("getCause() must return null", tE.getCause()); in testInvalidKeySpecException01() 64 assertNull("getCause() must return null", tE.getCause()); in testInvalidKeySpecException02() 76 assertNull("getMessage() must return null.", tE.getMessage()); in testInvalidKeySpecException03() 77 assertNull("getCause() must return null", tE.getCause()); in testInvalidKeySpecException03() 88 assertNull("getMessage() must return null.", tE.getMessage()); in testInvalidKeySpecException04() 89 assertNull("getCause() must return null", tE.getCause()); in testInvalidKeySpecException04() 117 assertNull("getMessage() must return null", tE.getMessage()); in testInvalidKeySpecException06() 118 assertNull("getCause() must return null", tE.getCause()); in testInvalidKeySpecException06() 132 assertNull("getCause() must return null", tE.getCause()); in testInvalidKeySpecException07()
|
/libcore/luni/src/test/java/tests/security/cert/ |
D | CertPathBuilderExceptionTest.java | 50 assertNull("getMessage() must return null.", tE.getMessage()); in testCertPathBuilderException01() 51 assertNull("getCause() must return null", tE.getCause()); in testCertPathBuilderException01() 65 assertNull("getCause() must return null", tE.getCause()); in testCertPathBuilderException02() 77 assertNull("getMessage() must return null.", tE.getMessage()); in testCertPathBuilderException03() 78 assertNull("getCause() must return null", tE.getCause()); in testCertPathBuilderException03() 89 assertNull("getMessage() must return null.", tE.getMessage()); in testCertPathBuilderException04() 90 assertNull("getCause() must return null", tE.getCause()); in testCertPathBuilderException04() 118 assertNull("getMessage() must return null", tE.getMessage()); in testCertPathBuilderException06() 119 assertNull("getCause() must return null", tE.getCause()); in testCertPathBuilderException06() 133 assertNull("getCause() must return null", tE.getCause()); in testCertPathBuilderException07()
|
D | CRLExceptionTest.java | 48 assertNull("getMessage() must return null.", tE.getMessage()); in testCRLException01() 49 assertNull("getCause() must return null", tE.getCause()); in testCRLException01() 63 assertNull("getCause() must return null", tE.getCause()); in testCRLException02() 74 assertNull("getMessage() must return null.", tE.getMessage()); in testCRLException03() 75 assertNull("getCause() must return null", tE.getCause()); in testCRLException03() 85 assertNull("getMessage() must return null.", tE.getMessage()); in testCRLException04() 86 assertNull("getCause() must return null", tE.getCause()); in testCRLException04() 113 assertNull("getMessage() must return null", tE.getMessage()); in testCRLException06() 114 assertNull("getCause() must return null", tE.getCause()); in testCRLException06() 128 assertNull("getCause() must return null", tE.getCause()); in testCRLException07()
|
D | CertificateEncodingExceptionTest.java | 50 assertNull("getMessage() must return null.", tE.getMessage()); in testCertificateEncodingException01() 51 assertNull("getCause() must return null", tE.getCause()); in testCertificateEncodingException01() 65 assertNull("getCause() must return null", tE.getCause()); in testCertificateEncodingException02() 77 assertNull("getMessage() must return null.", tE.getMessage()); in testCertificateEncodingException03() 78 assertNull("getCause() must return null", tE.getCause()); in testCertificateEncodingException03() 90 assertNull("getMessage() must return null.", tE.getMessage()); in testCertificateEncodingException04() 91 assertNull("getCause() must return null", tE.getCause()); in testCertificateEncodingException04() 121 assertNull("getMessage() must return null", tE.getMessage()); in testCertificateEncodingException06() 122 assertNull("getCause() must return null", tE.getCause()); in testCertificateEncodingException06() 136 assertNull("getCause() must return null", tE.getCause()); in testCertificateEncodingException07()
|
D | CertStoreExceptionTest.java | 48 assertNull("getMessage() must return null.", tE.getMessage()); in testCertStoreException01() 49 assertNull("getCause() must return null", tE.getCause()); in testCertStoreException01() 63 assertNull("getCause() must return null", tE.getCause()); in testCertStoreException02() 74 assertNull("getMessage() must return null.", tE.getMessage()); in testCertStoreException03() 75 assertNull("getCause() must return null", tE.getCause()); in testCertStoreException03() 86 assertNull("getMessage() must return null.", tE.getMessage()); in testCertStoreException04() 87 assertNull("getCause() must return null", tE.getCause()); in testCertStoreException04() 115 assertNull("getMessage() must return null", tE.getMessage()); in testCertStoreException06() 116 assertNull("getCause() must return null", tE.getCause()); in testCertStoreException06() 130 assertNull("getCause() must return null", tE.getCause()); in testCertStoreException07()
|
D | CertificateExceptionTest.java | 49 assertNull("getMessage() must return null.", tE.getMessage()); in testCertificateException01() 50 assertNull("getCause() must return null", tE.getCause()); in testCertificateException01() 64 assertNull("getCause() must return null", tE.getCause()); in testCertificateException02() 76 assertNull("getMessage() must return null.", tE.getMessage()); in testCertificateException03() 77 assertNull("getCause() must return null", tE.getCause()); in testCertificateException03() 88 assertNull("getMessage() must return null.", tE.getMessage()); in testCertificateException04() 89 assertNull("getCause() must return null", tE.getCause()); in testCertificateException04() 117 assertNull("getMessage() must return null", tE.getMessage()); in testCertificateException06() 118 assertNull("getCause() must return null", tE.getCause()); in testCertificateException06() 132 assertNull("getCause() must return null", tE.getCause()); in testCertificateException07()
|
D | CertificateParsingExceptionTest.java | 50 assertNull("getMessage() must return null.", tE.getMessage()); in testCertificateParsingException01() 51 assertNull("getCause() must return null", tE.getCause()); in testCertificateParsingException01() 65 assertNull("getCause() must return null", tE.getCause()); in testCertificateParsingException02() 77 assertNull("getMessage() must return null.", tE.getMessage()); in testCertificateParsingException03() 78 assertNull("getCause() must return null", tE.getCause()); in testCertificateParsingException03() 89 assertNull("getMessage() must return null.", tE.getMessage()); in testCertificateParsingException04() 90 assertNull("getCause() must return null", tE.getCause()); in testCertificateParsingException04() 119 assertNull("getMessage() must return null", tE.getMessage()); in testCertificateParsingException06() 120 assertNull("getCause() must return null", tE.getCause()); in testCertificateParsingException06() 134 assertNull("getCause() must return null", tE.getCause()); in testCertificateParsingException07()
|
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/ |
D | GeneralSecurityExceptionTest.java | 49 assertNull("getMessage() must return null.", tE.getMessage()); in testGeneralSecurityException01() 50 assertNull("getCause() must return null", tE.getCause()); in testGeneralSecurityException01() 64 assertNull("getCause() must return null", tE.getCause()); in testGeneralSecurityException02() 76 assertNull("getMessage() must return null.", tE.getMessage()); in testGeneralSecurityException03() 77 assertNull("getCause() must return null", tE.getCause()); in testGeneralSecurityException03() 88 assertNull("getMessage() must return null.", tE.getMessage()); in testGeneralSecurityException04() 89 assertNull("getCause() must return null", tE.getCause()); in testGeneralSecurityException04() 117 assertNull("getMessage() must return null", tE.getMessage()); in testGeneralSecurityException06() 118 assertNull("getCause() must return null", tE.getCause()); in testGeneralSecurityException06() 132 assertNull("getCause() must return null", tE.getCause()); in testGeneralSecurityException07()
|
D | KeyExceptionTest.java | 48 assertNull("getMessage() must return null.", tE.getMessage()); in testKeyException01() 49 assertNull("getCause() must return null", tE.getCause()); in testKeyException01() 63 assertNull("getCause() must return null", tE.getCause()); in testKeyException02() 74 assertNull("getMessage() must return null.", tE.getMessage()); in testKeyException03() 75 assertNull("getCause() must return null", tE.getCause()); in testKeyException03() 85 assertNull("getMessage() must return null.", tE.getMessage()); in testKeyException04() 86 assertNull("getCause() must return null", tE.getCause()); in testKeyException04() 113 assertNull("getMessage() must return null", tE.getMessage()); in testKeyException06() 114 assertNull("getCause() must return null", tE.getCause()); in testKeyException06() 128 assertNull("getCause() must return null", tE.getCause()); in testKeyException07()
|
D | SignatureExceptionTest.java | 48 assertNull("getMessage() must return null.", tE.getMessage()); in testSignatureException01() 49 assertNull("getCause() must return null", tE.getCause()); in testSignatureException01() 63 assertNull("getCause() must return null", tE.getCause()); in testSignatureException02() 74 assertNull("getMessage() must return null.", tE.getMessage()); in testSignatureException03() 75 assertNull("getCause() must return null", tE.getCause()); in testSignatureException03() 86 assertNull("getMessage() must return null.", tE.getMessage()); in testSignatureException04() 87 assertNull("getCause() must return null", tE.getCause()); in testSignatureException04() 115 assertNull("getMessage() must return null", tE.getMessage()); in testSignatureException06() 116 assertNull("getCause() must return null", tE.getCause()); in testSignatureException06() 130 assertNull("getCause() must return null", tE.getCause()); in testSignatureException07()
|
D | KeyManagementExceptionTest.java | 49 assertNull("getMessage() must return null.", tE.getMessage()); in testKeyManagementException01() 50 assertNull("getCause() must return null", tE.getCause()); in testKeyManagementException01() 64 assertNull("getCause() must return null", tE.getCause()); in testKeyManagementException02() 76 assertNull("getMessage() must return null.", tE.getMessage()); in testKeyManagementException03() 77 assertNull("getCause() must return null", tE.getCause()); in testKeyManagementException03() 88 assertNull("getMessage() must return null.", tE.getMessage()); in testKeyManagementException04() 89 assertNull("getCause() must return null", tE.getCause()); in testKeyManagementException04() 117 assertNull("getMessage() must return null", tE.getMessage()); in testKeyManagementException06() 118 assertNull("getCause() must return null", tE.getCause()); in testKeyManagementException06() 132 assertNull("getCause() must return null", tE.getCause()); in testKeyManagementException07()
|
D | KeyStoreExceptionTest.java | 48 assertNull("getMessage() must return null.", tE.getMessage()); in testKeyStoreException01() 49 assertNull("getCause() must return null", tE.getCause()); in testKeyStoreException01() 63 assertNull("getCause() must return null", tE.getCause()); in testKeyStoreException02() 74 assertNull("getMessage() must return null.", tE.getMessage()); in testKeyStoreException03() 75 assertNull("getCause() must return null", tE.getCause()); in testKeyStoreException03() 85 assertNull("getMessage() must return null.", tE.getMessage()); in testKeyStoreException04() 86 assertNull("getCause() must return null", tE.getCause()); in testKeyStoreException04() 114 assertNull("getMessage() must return null", tE.getMessage()); in testKeyStoreException06() 115 assertNull("getCause() must return null", tE.getCause()); in testKeyStoreException06() 129 assertNull("getCause() must return null", tE.getCause()); in testKeyStoreException07()
|
D | NoSuchAlgorithmExceptionTest.java | 49 assertNull("getMessage() must return null.", tE.getMessage()); in testNoSuchAlgorithmException01() 50 assertNull("getCause() must return null", tE.getCause()); in testNoSuchAlgorithmException01() 64 assertNull("getCause() must return null", tE.getCause()); in testNoSuchAlgorithmException02() 76 assertNull("getMessage() must return null.", tE.getMessage()); in testNoSuchAlgorithmException03() 77 assertNull("getCause() must return null", tE.getCause()); in testNoSuchAlgorithmException03() 88 assertNull("getMessage() must return null.", tE.getMessage()); in testNoSuchAlgorithmException04() 89 assertNull("getCause() must return null", tE.getCause()); in testNoSuchAlgorithmException04() 117 assertNull("getMessage() must return null", tE.getMessage()); in testNoSuchAlgorithmException06() 118 assertNull("getCause() must return null", tE.getCause()); in testNoSuchAlgorithmException06() 132 assertNull("getCause() must return null", tE.getCause()); in testNoSuchAlgorithmException07()
|
D | ProviderExceptionTest.java | 48 assertNull("getMessage() must return null.", tE.getMessage()); in testProviderException01() 49 assertNull("getCause() must return null", tE.getCause()); in testProviderException01() 63 assertNull("getCause() must return null", tE.getCause()); in testProviderException02() 74 assertNull("getMessage() must return null.", tE.getMessage()); in testProviderException03() 75 assertNull("getCause() must return null", tE.getCause()); in testProviderException03() 85 assertNull("getMessage() must return null.", tE.getMessage()); in testProviderException04() 86 assertNull("getCause() must return null", tE.getCause()); in testProviderException04() 114 assertNull("getMessage() must return null", tE.getMessage()); in testProviderException06() 115 assertNull("getCause() must return null", tE.getCause()); in testProviderException06() 129 assertNull("getCause() must return null", tE.getCause()); in testProviderException07()
|
D | DigestExceptionTest.java | 48 assertNull("getMessage() must return null.", tE.getMessage()); in testDigestException01() 49 assertNull("getCause() must return null", tE.getCause()); in testDigestException01() 63 assertNull("getCause() must return null", tE.getCause()); in testDigestException02() 74 assertNull("getMessage() must return null.", tE.getMessage()); in testDigestException03() 75 assertNull("getCause() must return null", tE.getCause()); in testDigestException03() 85 assertNull("getMessage() must return null.", tE.getMessage()); in testDigestException04() 86 assertNull("getCause() must return null", tE.getCause()); in testDigestException04() 113 assertNull("getMessage() must return null", tE.getMessage()); in testDigestException06() 114 assertNull("getCause() must return null", tE.getCause()); in testDigestException06() 128 assertNull("getCause() must return null", tE.getCause()); in testDigestException07()
|