class
IScriptTestResourceObject.
IScriptTestResourceObject
Bases: object
Class provides methods for manipulating test resource objects.
resource_references
Retrieves a sequence of the referenced IScriptTestResourceObject names.
List of IScriptVarDeclaration
description
Retrieves or sets description of this test resource.
string
prepare
Retrieves the 'Prepare' test method or null (None) if the method does not exist.
IScriptObject
cleanup
Retrieves the 'Cleanup' test method or null (None) if the method does not exist.
IScriptObject