Home
last modified time | relevance | path

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

/external/testng/src/test/java/test/groupinvocation/
DGroupConfiguration.java13 DummyTest.recordInvocation("beforeGroups", hashCode()); in beforeGroups()
18 DummyTest.recordInvocation("afterGroups", hashCode()); in afterGroups()
DDummyTest.java43 public static void recordInvocation(String string, int i) { in recordInvocation() method in DummyTest