Click or drag to resize

ActBaseContext Property

Gets the context of this Act.

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

Return Value

Type: ActContext
The ActContext of this Act instance.
Remarks

Do not use it directly. It is only useful for Smart Assertions development.

The best is to encapsulate this information using some extensions methods on this class; thus, you have meaningful names and right types.

See Also