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

/dalvik/libcore/nio_char/src/test/java/org/apache/harmony/nio_char/tests/java/nio/charset/
H A DIllegalCharsetNameExceptionTest.java78 private static final SerializableAssert COMPARATOR = new SerializableAssert() { field in class:IllegalCharsetNameExceptionTest
109 "charsetName"), COMPARATOR);
124 "charsetName"), COMPARATOR);
H A DMalformedInputExceptionTest.java78 private static final SerializableAssert COMPARATOR = new SerializableAssert() { field in class:MalformedInputExceptionTest
106 COMPARATOR);
121 COMPARATOR);
H A DUnmappableCharacterExceptionTest.java79 private static final SerializableAssert COMPARATOR = new SerializableAssert() { field in class:UnmappableCharacterExceptionTest
107 COMPARATOR);
122 11), COMPARATOR);
H A DUnsupportedCharsetExceptionTest.java77 private static final SerializableAssert COMPARATOR = new SerializableAssert() { field in class:UnsupportedCharsetExceptionTest
108 "charsetName"), COMPARATOR);
123 "charsetName"), COMPARATOR);
/dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net/
H A DInet4AddressTest.java433 private static final SerializableAssert COMPARATOR = new SerializableAssert() { field in class:Inet4AddressTest
462 COMPARATOR);
477 .getByName("localhost"), COMPARATOR);
H A DInetSocketAddressTest.java287 private static final SerializableAssert COMPARATOR = new SerializableAssert() { field in class:InetSocketAddressTest
315 SerializationTest.verifySelf(testCases, COMPARATOR);
333 SerializationTest.verifyGolden(this, testCases, COMPARATOR);
H A DInet6AddressTest.java1093 private static final SerializableAssert COMPARATOR = new SerializableAssert() { field in class:Inet6AddressTest
1125 COMPARATOR);
1146 SerializationTest.verifyGolden(this, addresses, COMPARATOR);
H A DInetAddressTest.java696 private static final SerializableAssert COMPARATOR = new SerializableAssert() { field in class:InetAddressTest
765 COMPARATOR);
780 InetAddress.getByName("localhost"), COMPARATOR);
/dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/util/
H A DIdentityHashMapTest.java483 private static final SerializableAssert COMPARATOR = new SerializableAssert() { field in class:IdentityHashMapTest
509 SerializationTest.verifyGolden(this, identityHashMap, COMPARATOR);

Completed in 73 milliseconds