Searched refs:assertNull (Results 76 - 100 of 717) sorted by relevance

1234567891011>>

/external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/channels/
H A DAsynchronousCloseExceptionTest.java34 assertNull(e.getMessage());
35 assertNull(e.getLocalizedMessage());
36 assertNull(e.getCause());
H A DCancelledKeyExceptionTest.java34 assertNull(e.getMessage());
35 assertNull(e.getLocalizedMessage());
36 assertNull(e.getCause());
H A DClosedByInterruptExceptionTest.java34 assertNull(e.getMessage());
35 assertNull(e.getLocalizedMessage());
36 assertNull(e.getCause());
H A DClosedChannelExceptionTest.java34 assertNull(e.getMessage());
35 assertNull(e.getLocalizedMessage());
36 assertNull(e.getCause());
H A DClosedSelectorExceptionTest.java34 assertNull(e.getMessage());
35 assertNull(e.getLocalizedMessage());
36 assertNull(e.getCause());
H A DConnectionPendingExceptionTest.java34 assertNull(e.getMessage());
35 assertNull(e.getLocalizedMessage());
36 assertNull(e.getCause());
H A DFileLockInterruptionExceptionTest.java34 assertNull(e.getMessage());
35 assertNull(e.getLocalizedMessage());
36 assertNull(e.getCause());
H A DIllegalBlockingModeExceptionTest.java34 assertNull(e.getMessage());
35 assertNull(e.getLocalizedMessage());
36 assertNull(e.getCause());
H A DIllegalSelectorExceptionTest.java34 assertNull(e.getMessage());
35 assertNull(e.getLocalizedMessage());
36 assertNull(e.getCause());
H A DNoConnectionPendingExceptionTest.java34 assertNull(e.getMessage());
35 assertNull(e.getLocalizedMessage());
36 assertNull(e.getCause());
H A DNonReadableChannelExceptionTest.java34 assertNull(e.getMessage());
35 assertNull(e.getLocalizedMessage());
36 assertNull(e.getCause());
H A DNonWritableChannelExceptionTest.java34 assertNull(e.getMessage());
35 assertNull(e.getLocalizedMessage());
36 assertNull(e.getCause());
H A DNotYetBoundExceptionTest.java34 assertNull(e.getMessage());
35 assertNull(e.getLocalizedMessage());
36 assertNull(e.getCause());
H A DNotYetConnectedExceptionTest.java34 assertNull(e.getMessage());
35 assertNull(e.getLocalizedMessage());
36 assertNull(e.getCause());
H A DOverlappingFileLockExceptionTest.java34 assertNull(e.getMessage());
35 assertNull(e.getLocalizedMessage());
36 assertNull(e.getCause());
H A DUnresolvedAddressExceptionTest.java34 assertNull(e.getMessage());
35 assertNull(e.getLocalizedMessage());
36 assertNull(e.getCause());
H A DUnsupportedAddressTypeExceptionTest.java34 assertNull(e.getMessage());
35 assertNull(e.getLocalizedMessage());
36 assertNull(e.getCause());
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
H A DUnrecoverableEntryExceptionTest.java54 assertNull("getMessage() must return null.", tE.getMessage());
55 assertNull("getCause() must return null", tE.getCause());
67 assertNull("getCause() must return null", tE.getCause());
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
H A DClassNotFoundExceptionTest.java35 assertNull(e.getMessage());
36 assertNull(e.getLocalizedMessage());
37 assertNull(e.getCause());
46 assertNull(e.getCause());
H A DSecurityExceptionTest.java31 assertNull(e.getMessage());
32 assertNull(e.getLocalizedMessage());
33 assertNull(e.getCause());
42 assertNull(e.getCause());
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
H A DSocketTimeoutExceptionTest.java31 assertNull(e.getMessage());
32 assertNull(e.getLocalizedMessage());
33 assertNull(e.getCause());
42 assertNull(e.getCause());
/external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/auth/
H A DDestroyFailedExceptionTest.java37 assertNull(new DestroyFailedException().getMessage());
45 assertNull(new DestroyFailedException(null).getMessage());
H A DRefreshFailedExceptionTest.java37 assertNull(new RefreshFailedException().getMessage());
45 assertNull(new RefreshFailedException(null).getMessage());
/external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/auth/login/
H A DAccountExceptionTest.java37 assertNull(new AccountException().getMessage());
45 assertNull(new AccountException(null).getMessage());
H A DAccountExpiredExceptionTest.java37 assertNull(new AccountExpiredException().getMessage());
45 assertNull(new AccountExpiredException(null).getMessage());

Completed in 169 milliseconds

1234567891011>>