Click or drag to resize

ActBaseInstance Property

The instance of the Act part of the test, if any.

Namespace:  SmartTests
Assembly:  SmartTests (in SmartTests.dll) Version: 1.12.0
Syntax
public Object Instance { get; }

Property Value

Type: Object
Remarks
This property is null if the Act is for testing a static declaration.
See Also