Searched refs:nextInvocationId (Results 1 – 1 of 1) sorted by relevance
37 private final AtomicInteger nextInvocationId = new AtomicInteger(); field in InvocationLocalTest101 String name = "invocation" + nextInvocationId.getAndIncrement(); in invocation()