Searched refs:COMPARATOR (Results 1 - 9 of 9) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/charset/
H A DIllegalCharsetNameExceptionTest.java58 private static final SerializableAssert COMPARATOR = new SerializableAssert() { field in class:IllegalCharsetNameExceptionTest
83 "charsetName"), COMPARATOR);
92 "charsetName"), COMPARATOR);
H A DMalformedInputExceptionTest.java52 private static final SerializableAssert COMPARATOR = new SerializableAssert() { field in class:MalformedInputExceptionTest
74 COMPARATOR);
83 COMPARATOR);
H A DUnmappableCharacterExceptionTest.java53 private static final SerializableAssert COMPARATOR = new SerializableAssert() { field in class:UnmappableCharacterExceptionTest
75 COMPARATOR);
84 11), COMPARATOR);
H A DUnsupportedCharsetExceptionTest.java57 private static final SerializableAssert COMPARATOR = new SerializableAssert() { field in class:UnsupportedCharsetExceptionTest
82 "charsetName"), COMPARATOR);
91 "charsetName"), COMPARATOR);
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
H A DInetSocketAddressTest.java95 private static final SerializableAssert COMPARATOR = new SerializableAssert() { field in class:InetSocketAddressTest
117 SerializationTest.verifySelf(testCases, COMPARATOR);
129 SerializationTest.verifyGolden(this, testCases, COMPARATOR);
H A DInet4AddressTest.java312 private static final SerializableAssert COMPARATOR = new SerializableAssert() { field in class:Inet4AddressTest
335 COMPARATOR);
344 .getByName("localhost"), COMPARATOR);
H A DInetAddressTest.java362 private static final SerializableAssert COMPARATOR = new SerializableAssert() { field in class:InetAddressTest
419 COMPARATOR);
428 InetAddress.getByName("localhost"), COMPARATOR);
H A DInet6AddressTest.java874 private static final SerializableAssert COMPARATOR = new SerializableAssert() { field in class:Inet6AddressTest
900 COMPARATOR);
916 SerializationTest.verifyGolden(this, addresses, COMPARATOR);
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
H A DIdentityHashMapTest.java1088 private static final SerializableAssert COMPARATOR = new SerializableAssert() { field in class:IdentityHashMapTest

Completed in 100 milliseconds