Class LightTest
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.WebAii.Design.ProjectModel
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public sealed class LightTest : LightProjectElement
Constructors
LightTest(String, String, String)
Declaration
public LightTest(string providerKey, string filePath, string projectRootPath)
Parameters
System.String
providerKey
|
System.String
filePath
|
System.String
projectRootPath
|
Properties
CustomProperty1
Declaration
public string CustomProperty1 { get; set; }
Property Value
System.String
|
CustomProperty2
Declaration
public string CustomProperty2 { get; set; }
Property Value
System.String
|
CustomProperty3
Declaration
public string CustomProperty3 { get; set; }
Property Value
System.String
|
DataInfo
Description
Declaration
public string Description { get; set; }
Property Value
System.String
|
HasCodeBehind
Declaration
public bool HasCodeBehind { get; set; }
Property Value
System.Boolean
|
HasLocationChanged
Declaration
public bool HasLocationChanged { get; }
Property Value
System.Boolean
|
HasPerformanceConfig
Declaration
public bool HasPerformanceConfig { get; set; }
Property Value
System.Boolean
|
Id
Declaration
public Guid Id { get; set; }
Property Value
System.Guid
|
InDevelopment
Declaration
public bool InDevelopment { get; set; }
Property Value
System.Boolean
|
IsDataDriven
Declaration
public bool IsDataDriven { get; set; }
Property Value
System.Boolean
|
IsDirty
Declaration
public bool IsDirty { get; set; }
Property Value
System.Boolean
|
IsManual
Declaration
public bool IsManual { get; set; }
Property Value
System.Boolean
|
IsSilverlightApp
Declaration
public bool IsSilverlightApp { get; set; }
Property Value
System.Boolean
|
LightCodeFile
Name
Declaration
public string Name { get; }
Property Value
System.String
|
OriginalStoredTestPath
Declaration
public string OriginalStoredTestPath { get; set; }
Property Value
System.String
|
Owner
Declaration
public string Owner { get; set; }
Property Value
System.String
|
Priority
Declaration
public int Priority { get; set; }
Property Value
System.Int32
|
ProjectId
Declaration
public Guid ProjectId { get; set; }
Property Value
System.Guid
|
ProjectRootPath
Declaration
public override string ProjectRootPath { get; set; }
Property Value
System.String
|
Overrides
RelativePath
Declaration
public override string RelativePath { get; }
Property Value
System.String
|
Overrides
TestLinks
TestType
Methods
AddTestLink(TestLinkBase)
OnDirtyStateChanged(Boolean)
Declaration
protected void OnDirtyStateChanged(bool isDirty)
Parameters
System.Boolean
isDirty
|
RemoveTestLink(TestLinkBase)
Events
DirtyStateChanged
Declaration
public event Action<LightTest, bool> DirtyStateChanged
Event Type
System.Action<LightTest, System.Boolean>
|
InDevelopmentStateChanged
Declaration
public event Action<LightTest, bool> InDevelopmentStateChanged
Event Type
System.Action<LightTest, System.Boolean>
|