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

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
H A DSerializationStressTest3.java233 private static class ProtectedConstructorSub extends class in class:SerializationStressTest3
239 public ProtectedConstructorSub() { method in class:SerializationStressTest3.ProtectedConstructorSub
253 if (!(obj instanceof ProtectedConstructorSub))
256 ProtectedConstructorSub inst = (ProtectedConstructorSub) obj;
540 ProtectedConstructorSub test = new ProtectedConstructorSub();

Completed in 256 milliseconds