Test java/dyn/ClassValueTest.java fails with:
JavaTest Message: JUnit Failure: testGet(test.java.dyn.ClassValueTest): expected:<6> but was:<0>
Most possbly, the test depends on order of execution of sub-tests. This particular failure reproduces when testGet is executed after testRemove.
JavaTest Message: JUnit Failure: testGet(test.java.dyn.ClassValueTest): expected:<6> but was:<0>
Most possbly, the test depends on order of execution of sub-tests. This particular failure reproduces when testGet is executed after testRemove.