class
IScriptTestCaseObject3.
IScriptTestCaseObject3
Bases: object
Class provides methods for manipulating test case objects. Extension of the interface IScriptTestCaseObject2 .
prepare
Retrieves the 'Prepare' test method or null(None) if the method doesn't exist.
IScriptObject
execute
Retrieves the 'Execute' test method or null(None) if the method doesn't exist.
IScriptObject
finalize
Retrieves the 'Finalize' test method or null(None) if the method doesn't exist.
IScriptObject
cleanup
Retrieves the 'Cleanup' test method or null(None) if the method doesn't exist.
IScriptObject