Class AbstractAtomicTestCase
java.lang.Object
org.wildfly.clustering.marshalling.AbstractAtomicTestCase
- Direct Known Subclasses:
JavaAtomicTestCase,JBossAtomicTestCase,ProtoStreamAtomicTestCase
Generic tests for java.util.concurrent.atomic.* classes.
- Author:
- Paul Ferraro
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoid
-
Constructor Details
-
AbstractAtomicTestCase
-
-
Method Details
-
testAtomicBoolean
@Test public void testAtomicBoolean() -
testAtomicInteger
@Test public void testAtomicInteger() -
testAtomicLong
@Test public void testAtomicLong() -
testAtomicReference
@Test public void testAtomicReference()
-