Click or drag to resize

ActBaseConstructor Property

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

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

Property Value

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