Home
last modified time | relevance | path

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

/external/testng/src/test/java/test/groupinvocation/
DDummyTest.java15 private static Map<String, Integer> s_externalClassGroups= new HashMap<>(); field in DummyTest
31 Integer hashCode1= s_externalClassGroups.get("beforeGroups"); in checkInvocations()
33 Integer hashCode2= s_externalClassGroups.get("afterGroups"); in checkInvocations()
44 s_externalClassGroups.put(string, i); in recordInvocation()