Class TestListNode
Inheritance
System.Object
TestListNode
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class TestListNode : FileBasedNode
Constructors
Declaration
public TestListNode(FileBasedNodeCollection parent, string path)
Parameters
Declaration
public TestListNode(FileBasedNodeCollection parent, string path, TestList testList)
Parameters
Declaration
public TestListNode(FileBasedNodeCollection parent, string path, TestList testList, List<LightTest> tests)
Parameters
Properties
Declaration
public override ProjectNode ContainingProject { get; }
Property Value
Overrides
Declaration
public override bool DisplaysSourceControlStatus { get; }
Property Value
Overrides
Declaration
public override string FriendlyName { get; set; }
Property Value
Overrides
Declaration
public ImageSource Image { get; }
Property Value
|
System.Windows.Media.ImageSource
|
Declaration
public string OwnerName { get; set; }
Property Value
Declaration
public TestList TestList { get; set; }
Property Value
Declaration
public List<LightTest> Tests { get; }
Property Value
Methods
Declaration
public TestListNode Clone()
Returns
Declaration
public void SaveFileAsync(bool skipUIInteraction = false)
Parameters
|
System.Boolean
skipUIInteraction
|
Declaration
public void UpdateTests(List<LightTest> newTests, bool shouldSaveFile = true)
Parameters
|
System.Collections.Generic.List<LightTest>
newTests
|
|
System.Boolean
shouldSaveFile
|