unitTestAfter Option

The unitTestAfter method option indicates that the method is a unit test method that is run after each unit test method of the class is executed.

Only one method in a JadeTestCase subclass can have the unitTestAfter option.

Any failure associated with a method will count as a failure only in the final failure statistics, whether it is a failure resulting from any of the previous items in this list or from a failure in the unitTestAfter method.