Product Information > JADE Developer’s Reference > Chapter 1 - JADE Language Reference > unitTestAfter Option
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 should 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.

mapping method. Mapping methods have the same name as a property and they are invoked automatically each time the value of the property is accessed in a method.