Class AtomicDoubleTest


  • public class AtomicDoubleTest
    extends Object

    Test class for AtomicDouble

    Since:
    2.0
    Author:
    Andreas Pointner
    • Constructor Detail

      • AtomicDoubleTest

        public AtomicDoubleTest()
    • Method Detail

      • testConstruct

        public void testConstruct()
      • testConstruct2

        public void testConstruct2()
      • testGet

        public void testGet()
      • testSet

        public void testSet()
      • testGetAndSet

        public void testGetAndSet()
      • testCompareAndSetTrue

        public void testCompareAndSetTrue()
      • testCompareAndSetFalse

        public void testCompareAndSetFalse()
      • testWeakCompareAndSetPlainTrue

        public void testWeakCompareAndSetPlainTrue()
      • testWeakCompareAndSetPlainFalse

        public void testWeakCompareAndSetPlainFalse()
      • testFloatValue

        public void testFloatValue()
      • testDoubleValue

        public void testDoubleValue()
      • testIntValue

        public void testIntValue()
      • testLongValue

        public void testLongValue()