Home
last modified time | relevance | path

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

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/
DThreadGroup002Test.java82 String[] testedThreadGroupsNames = new String[testedThreadsNumber]; in testThreadGroup002() local
89testedThreadGroupsNames[i] = ThreadGroup002Debuggee.THREAD_GROUP_NAME_PATTERN + (i%2); in testThreadGroup002()
92 testedThreadGroupsNames[i] = debuggeeMainThreadGroupName; in testThreadGroup002()
248 if ( ! testedThreadGroupsNames[threadCount].equals(threadGroupName) ) { in testThreadGroup002()
251 testedThreadGroupsNames[threadCount] + "'"); in testThreadGroup002()