We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a532d9a commit 1311cd3Copy full SHA for 1311cd3
testng-core/src/test/java/test/dataprovider/issue3236/CacheTest.java
@@ -11,7 +11,7 @@
11
12
public class CacheTest {
13
14
- public static final AtomicInteger invocationCount = new AtomicInteger(0);
+ private final AtomicInteger invocationCount = new AtomicInteger(0);
15
private String currentUuid;
16
17
@Test(dataProvider = "dp", retryAnalyzer = MyRetry.class)
0 commit comments