HomeSort by relevance Sort by last modified time
    Searched defs:verifySelf (Results 26 - 50 of 87) sorted by null

12 3 4

  /external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/channels/
AsynchronousCloseExceptionTest.java 44 SerializationTest.verifySelf(new AsynchronousCloseException());
CancelledKeyExceptionTest.java 44 SerializationTest.verifySelf(new CancelledKeyException());
ClosedByInterruptExceptionTest.java 43 SerializationTest.verifySelf(new ClosedByInterruptException());
ClosedChannelExceptionTest.java 44 SerializationTest.verifySelf(new ClosedChannelException());
ClosedSelectorExceptionTest.java 44 SerializationTest.verifySelf(new ClosedSelectorException());
ConnectionPendingExceptionTest.java 44 SerializationTest.verifySelf(new ConnectionPendingException());
FileLockInterruptionExceptionTest.java 44 SerializationTest.verifySelf(new FileLockInterruptionException());
IllegalBlockingModeExceptionTest.java 44 SerializationTest.verifySelf(new IllegalBlockingModeException());
IllegalSelectorExceptionTest.java 44 SerializationTest.verifySelf(new IllegalSelectorException());
NoConnectionPendingExceptionTest.java 44 SerializationTest.verifySelf(new NoConnectionPendingException());
NonReadableChannelExceptionTest.java 44 SerializationTest.verifySelf(new NonReadableChannelException());
NonWritableChannelExceptionTest.java 44 SerializationTest.verifySelf(new NonWritableChannelException());
NotYetBoundExceptionTest.java 44 SerializationTest.verifySelf(new NotYetBoundException());
NotYetConnectedExceptionTest.java 44 SerializationTest.verifySelf(new NotYetConnectedException());
OverlappingFileLockExceptionTest.java 44 SerializationTest.verifySelf(new OverlappingFileLockException());
UnresolvedAddressExceptionTest.java 44 SerializationTest.verifySelf(new UnresolvedAddressException());
UnsupportedAddressTypeExceptionTest.java 44 SerializationTest.verifySelf(new UnsupportedAddressTypeException());
  /external/apache-harmony/nio_char/src/test/java/org/apache/harmony/nio_char/tests/java/nio/charset/
CharacterCodingExceptionTest.java 43 SerializationTest.verifySelf(new CharacterCodingException());
CoderMalfunctionErrorTest.java 52 SerializationTest.verifySelf(new CoderMalfunctionError(null));
IllegalCharsetNameExceptionTest.java 82 SerializationTest.verifySelf(new IllegalCharsetNameException(
MalformedInputExceptionTest.java 73 SerializationTest.verifySelf(new MalformedInputException(11),
UnmappableCharacterExceptionTest.java 74 SerializationTest.verifySelf(new UnmappableCharacterException(11),
UnsupportedCharsetExceptionTest.java 81 SerializationTest.verifySelf(new UnsupportedCharsetException(
  /external/apache-harmony/prefs/src/test/java/org/apache/harmony/prefs/tests/java/util/prefs/
BackingStoreExceptionTest.java 56 SerializationTest.verifySelf(new BackingStoreException("msg"));
InvalidPreferencesFormatExceptionTest.java 71 SerializationTest.verifySelf(new InvalidPreferencesFormatException(

Completed in 541 milliseconds

12 3 4