Searched refs:childGroups (Results 1 – 2 of 2) sorted by relevance
115 int childGroups = reply.getNextValueAsInt(); in testChildren001() local116 if (childGroups != 1) { in testChildren001()117 logWriter.println("## FAILURE: Unexpected number of child groups " + childGroups); in testChildren001()119 assertEquals("Invalid number of child groups,", 1, childGroups); in testChildren001()
118 int childGroups = replyChilds.getNextValueAsInt(); in printThreadGroup() local119 logWriter.println("\n==> Returned child groups: " + childGroups); in printThreadGroup()121 for (int j = 0; j < childGroups; j++) { in printThreadGroup()