ClassRunningTestModel
Class
Definition
Namespace:ArtOfTest.WebAii.Design.UI.Scheduling.Models
Assembly:ArtOfTest.WebAii.Design.dll
Syntax:
cs-api-definition
public class RunningTestModel
Inheritance: objectRunningTestModel
Constructors
RunningTestModel(string, TestType)
Declaration
cs-api-definition
public RunningTestModel(string testName, TestType testType)
Parameters
testName
testType
TestType
Properties
TestType
Declaration
cs-api-definition
public TestType TestType { get; }
Property Value
TestType