HistoryAutomatedTestExecuted Property |
Gets the automated test executed.
Namespace:
Hummingbird.TestFramework.Configuration
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax public long AutomatedTestExecuted { get; }
Public ReadOnly Property AutomatedTestExecuted As Long
Get
public:
property long long AutomatedTestExecuted {
long long get ();
}
member AutomatedTestExecuted : int64 with get
Property Value
Type:
Int64
The automated test executed.
See Also