Testcase_Base.Abort (METH)ΒΆ
METHOD PROTECTED Abort : BOOL
Abort() is called to abort the current test. It is called repeatedly until it
returns TRUE.
Overwrite this method, to perform cleanup actions when the test is to be aborted
and return TRUE, once you are finished.
DO NOT CALL the base implementation SUPER^.Abort, as this will simply return TRUE.
- InOut:
- Scope - Name - Type - Comment - Return - Abort- BOOL- FALSE- abort not finished,- `TRUE- abort finished
