2 Replies Latest reply on Feb 21, 2017 12:09 PM by seto

    AtomicInteger can't be put in test case because of java.lang.AssertionError: Check support for: class java.util.concurrent.atomic.AtomicInteger

    seto

      AtomicInteger can't be put in test case because of java.lang.AssertionError: Check support for: class java.util.concurrent.atomic.AtomicInteger.

      AtomicInteger is not in the white list. But Integer is immutable. Can't be assigned value again.

      I have to wrapped it in my own class for test case.