Click or drag to resize

ActBaseMethod Property

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

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

Property Value

Type: MethodInfo
Remarks
This property is null if the Act is not for testing a method.
See Also