Class AtomicExceptionPlan


  • public class AtomicExceptionPlan
    extends Plan
    Testing atomic operation in conjunction with exceptions. Test 1: waitFor() should throw Exception when called in atomic mode. Test 2: Test if atomic mode is reset correctly when plan aborts with exception.
    • Constructor Detail

      • AtomicExceptionPlan

        public AtomicExceptionPlan()
    • Method Detail

      • body

        public void body()
        The body method.
        Specified by:
        body in class Plan