Searched refs:InterleavedInvocationTest (Results 1 – 4 of 4) sorted by relevance
10 InterleavedInvocationTest.LOG.add("test1"); in testOne()16 InterleavedInvocationTest.LOG.add("test2"); in testTwo()
11 InterleavedInvocationTest.LOG.add("beforeTestChild2Class"); in beforeTestChildTwoClass()17 InterleavedInvocationTest.LOG.add("afterTestChild2Class"); in afterTestChildTwoClass()
11 InterleavedInvocationTest.LOG.add("beforeTestChild1Class"); in beforeTestChildOneClass()17 InterleavedInvocationTest.LOG.add("afterTestChild1Class"); in afterTestChildOneClass()
16 public class InterleavedInvocationTest extends BaseTest { class