class
IScriptTestResourceObject2.
IScriptTestResourceObject2
Bases: object
Class provides methods for manipulating test resource objects. Extension of the interface IScriptTestResourceObject .
prepare
Retrieves the 'Prepare' 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