UnitInterface
in
Description of UnitInterface
Table of Contents
- main() : mixed
- Method for executing the main algorithm of the test.
- setupService() : mixed
- Allows for the setting up of any required object variables.
- teardown() : mixed
- Allows for the deletion of any persistent resources created during execution.
Methods
main()
Method for executing the main algorithm of the test.
public
main() : mixed
Return values
mixed —setupService()
Allows for the setting up of any required object variables.
public
setupService() : mixed
Return values
mixed —teardown()
Allows for the deletion of any persistent resources created during execution.
public
teardown() : mixed