UsageStatisticAutomatedTestCreated Property |
Gets or sets the number of automated test are created or modified.
Namespace:
Hummingbird.TestFramework.Configuration
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax public long AutomatedTestCreated { get; set; }
Public Property AutomatedTestCreated As Long
Get
Set
public:
property long long AutomatedTestCreated {
long long get ();
void set (long long value);
}
member AutomatedTestCreated : int64 with get, set
Property Value
Type:
Int64
The automated test created.
See Also