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

/dalvik/libcore/luni/src/test/java/tests/api/java/io/
H A DSerializationStressTest2.java350 private static class ConstructorTestC extends ConstructorTestB { class in class:SerializationStressTest2
353 public ConstructorTestC() { method in class:SerializationStressTest2.ConstructorTestC
362 if (!(obj instanceof ConstructorTestC))
365 ConstructorTestC inst = (ConstructorTestC) obj;
1655 ConstructorTestC test = new ConstructorTestC();

Completed in 30 milliseconds