Cleanup

Cleanup is a method that can be used to “clean up” the data from a preparation step, provided that this data is not needed for the test case itself. You must override and implement this method when it is needed.
Syntax
METHOD CleanUp : BOOL
Return value
Name | Type | Description |
|---|---|---|
Cleanup | BOOL | A return value that can be used to indicate that cleanup has been performed. |