Home
last modified time | relevance | path

Searched refs:checkNewInstanceTag (Results 1 – 3 of 3) sorted by relevance

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassType/
DNewInstanceTagTest.java47 checkNewInstanceTag("Ljava/lang/Object;", "()V", new NoConstructorArgumentProvider(), in testNewInstance_Object()
56 checkNewInstanceTag(subclassSig, "()V", new NoConstructorArgumentProvider(), in testNewInstance_MyObject()
64 checkNewInstanceTag("Ljava/lang/String;", "()V", new NoConstructorArgumentProvider(), in testNewInstance_String()
77 checkNewInstanceTag(subclassSig, "()V", new NoConstructorArgumentProvider(), in testNewInstance_ClassLoader()
85 checkNewInstanceTag("Ljava/lang/Thread;", "()V", new NoConstructorArgumentProvider(), in testNewInstance_Thread()
95 checkNewInstanceTag(subclassSig, "()V", new NoConstructorArgumentProvider(), in testNewInstance_MyThread()
104 checkNewInstanceTag("Ljava/lang/ThreadGroup;", "(Ljava/lang/String;)V", in testNewInstance_ThreadGroup()
124 checkNewInstanceTag(subclassSig, "()V", new NoConstructorArgumentProvider(), in testNewInstance_MyThreadGroup()
DAbstractNewInstanceTestCase.java82 protected void checkNewInstanceTag(String typeSignature, String constructorSignature, in checkNewInstanceTag() method in AbstractNewInstanceTestCase
DNewInstanceStringTest.java274 checkNewInstanceTag("Ljava/lang/String;", constructorSignature, provider, in runTestNewInstanceString()