Annotation Interface RemoveAfter
Annotation for test methods that require cleanup of the task they create after method execution.
-
Optional Element Summary
Optional Elements
-
Element Details
-
value
Class[] valueAn array of class arguments whose related entities should be removed after the execution of the method.- Returns:
- the array of classes
- Default:
{}
-