ClassLightTest
Class
Definition
Namespace:ArtOfTest.WebAii.Design.ProjectModel
Assembly:ArtOfTest.WebAii.Design.dll
Syntax:
cs-api-definition
public sealed class LightTest : LightProjectElement
Inheritance: objectLightProjectElementLightTest
Inherited Members
Constructors
Properties
LightCodeFile
Declaration
cs-api-definition
public LightCodeFile LightCodeFile { get; set; }
Property Value
OriginalStoredTestPath
Declaration
cs-api-definition
public string OriginalStoredTestPath { get; set; }
Property Value
ProjectRootPath
Declaration
cs-api-definition
public override string ProjectRootPath { get; set; }
Property Value
Overrides
RelativePath
Declaration
cs-api-definition
public override string RelativePath { get; }
Property Value
Overrides
TestLinks
Declaration
cs-api-definition
public TestLinkBase[] TestLinks { get; }
Property Value
Methods
AddTestLink(TestLinkBase)
Declaration
cs-api-definition
public void AddTestLink(TestLinkBase link)
Parameters
link
OnDirtyStateChanged(bool)
Declaration
cs-api-definition
protected void OnDirtyStateChanged(bool isDirty)
Parameters
isDirty
RemoveTestLink(TestLinkBase)
Declaration
cs-api-definition
public void RemoveTestLink(TestLinkBase link)
Parameters
link