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

12 3 4 5

  /external/apache-harmony/prefs/src/test/java/org/apache/harmony/prefs/tests/java/util/prefs/
InvalidPreferencesFormatExceptionTest.java 80 SerializationTest.verifyGolden(this,
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/serialization/
CertPathTest.java 73 SerializationTest.verifyGolden(this, certPath);
CertificateTest.java 66 SerializationTest.verifyGolden(this, cert);
  /external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
SQLClientInfoExceptionTest.java 279 SerializationTest.verifyGolden(this, new SQLClientInfoException(
  /external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/
ConnectionEventTest.java 88 SerializationTest.verifyGolden(this, ce, CONNECTIONEVENT_COMPARATOR);
  /libcore/harmony-tests/src/test/java/org/apache/harmony/nio/tests/java/nio/
BufferOverflowExceptionTest.java 40 SerializationTest.verifyGolden(this, new BufferOverflowException());
BufferUnderflowExceptionTest.java 43 SerializationTest.verifyGolden(this, new BufferUnderflowException());
InvalidMarkExceptionTest.java 39 SerializationTest.verifyGolden(this, new InvalidMarkException());
ReadOnlyBufferExceptionTest.java 39 SerializationTest.verifyGolden(this, new ReadOnlyBufferException());
  /libcore/harmony-tests/src/test/java/org/apache/harmony/nio/tests/java/nio/channels/
AlreadyConnectedExceptionTest.java 52 SerializationTest.verifyGolden(this, new AlreadyConnectedException());
AsynchronousCloseExceptionTest.java 52 SerializationTest.verifyGolden(this, new AsynchronousCloseException());
CancelledKeyExceptionTest.java 52 SerializationTest.verifyGolden(this, new CancelledKeyException());
ClosedByInterruptExceptionTest.java 51 SerializationTest.verifyGolden(this, new ClosedByInterruptException());
ClosedChannelExceptionTest.java 52 SerializationTest.verifyGolden(this, new ClosedChannelException());
ClosedSelectorExceptionTest.java 52 SerializationTest.verifyGolden(this, new ClosedSelectorException());
ConnectionPendingExceptionTest.java 52 SerializationTest.verifyGolden(this, new ConnectionPendingException());
FileLockInterruptionExceptionTest.java 52 SerializationTest.verifyGolden(this,
IllegalBlockingModeExceptionTest.java 53 .verifyGolden(this, new IllegalBlockingModeException());
IllegalSelectorExceptionTest.java 52 SerializationTest.verifyGolden(this, new IllegalSelectorException());
NoConnectionPendingExceptionTest.java 53 .verifyGolden(this, new NoConnectionPendingException());
NonReadableChannelExceptionTest.java 52 SerializationTest.verifyGolden(this, new NonReadableChannelException());
NonWritableChannelExceptionTest.java 52 SerializationTest.verifyGolden(this, new NonWritableChannelException());
NotYetBoundExceptionTest.java 52 SerializationTest.verifyGolden(this, new NotYetBoundException());
NotYetConnectedExceptionTest.java 52 SerializationTest.verifyGolden(this, new NotYetConnectedException());
OverlappingFileLockExceptionTest.java 53 .verifyGolden(this, new OverlappingFileLockException());

Completed in 179 milliseconds

12 3 4 5