Searched defs:modifyCount (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/core/
H A DTestChangeNotificationListener.java63 private final AtomicInteger modifyCount = new AtomicInteger(0); field in class:TestChangeNotificationListener
112 modifyCount.incrementAndGet();
135 modifyCount.set(0);
166 return modifyCount.get();
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/core/
H A DTestChangeNotificationListener.java63 private final AtomicInteger modifyCount = new AtomicInteger(0); field in class:TestChangeNotificationListener
112 modifyCount.incrementAndGet();
135 modifyCount.set(0);
166 return modifyCount.get();
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/core/
H A DTestChangeNotificationListener.java63 private final AtomicInteger modifyCount = new AtomicInteger(0); field in class:TestChangeNotificationListener
112 modifyCount.incrementAndGet();
135 modifyCount.set(0);
166 return modifyCount.get();
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/core/
H A DTestChangeNotificationListener.java58 private AtomicInteger modifyCount; field in class:TestChangeNotificationListener
73 modifyCount = new AtomicInteger(0);
108 modifyCount.incrementAndGet();
132 modifyCount.set(0);
169 return modifyCount.get();
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/core/
H A DTestChangeNotificationListener.java58 private AtomicInteger modifyCount; field in class:TestChangeNotificationListener
73 modifyCount = new AtomicInteger(0);
108 modifyCount.incrementAndGet();
132 modifyCount.set(0);
169 return modifyCount.get();
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/core/
H A DTestChangeNotificationListener.java58 private AtomicInteger modifyCount; field in class:TestChangeNotificationListener
73 modifyCount = new AtomicInteger(0);
108 modifyCount.incrementAndGet();
132 modifyCount.set(0);
169 return modifyCount.get();

Completed in 50 milliseconds