IScriptTestResourceObject

class

IScriptTestResourceObject.

IScriptTestResourceObject

Bases: object

Class provides methods for manipulating test resource objects.

resource_references

Retrieves a sequence of the referenced IScriptTestResourceObject names.

Type

description

Retrieves or sets description of this test resource.

Type

string

prepare

Retrieves the 'Prepare' test method or null (None) if the method does not exist.

Type

IScriptObject

cleanup

Retrieves the 'Cleanup' test method or null (None) if the method does not exist.

Type

IScriptObject