OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:subclasssig
(Results
1 - 1
of
1
) sorted by null
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassType/
NewInstanceTagTest.java
55
String
subclassSig
= getClassSignature(NewInstanceTagDebuggee.MyObject.class);
56
checkNewInstanceTag(
subclassSig
, "()V", new NoConstructorArgumentProvider(),
76
String
subclassSig
= getClassSignature(NewInstanceTagDebuggee.MyClassLoader.class);
77
checkNewInstanceTag(
subclassSig
, "()V", new NoConstructorArgumentProvider(),
94
String
subclassSig
= getClassSignature(NewInstanceTagDebuggee.MyThread.class);
95
checkNewInstanceTag(
subclassSig
, "()V", new NoConstructorArgumentProvider(),
123
String
subclassSig
= getClassSignature(NewInstanceTagDebuggee.MyThreadGroup.class);
124
checkNewInstanceTag(
subclassSig
, "()V", new NoConstructorArgumentProvider(),
Completed in 2503 milliseconds