Home
last modified time | relevance | path

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

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/
DThreadGroup002Test.java245 String threadGroupName = reply.getNextValueAsString(); in testThreadGroup002() local
246 … logWriter.println("==> thread group name for checked thread = '" + threadGroupName + "'"); in testThreadGroup002()
248 if ( ! testedThreadGroupsNames[threadCount].equals(threadGroupName) ) { in testThreadGroup002()