 | ActBaseMethod Property |
The
MethodInfo of the Act part of the test, if any.
Namespace:
SmartTests
Assembly:
SmartTests (in SmartTests.dll) Version: 1.12.0
Syntaxpublic MethodInfo Method { get; }
Public ReadOnly Property Method As MethodInfo
Get
public:
property MethodInfo^ Method {
MethodInfo^ get ();
}
member Method : MethodInfo with get
Property Value
Type:
MethodInfo
Remarks
This property is null if the Act is not for testing a method.
See Also