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