ClassTestListNode
Class
Definition
Namespace:ArtOfTest.WebAii.Design.ProjectModel
Assembly:ArtOfTest.WebAii.Design.dll
Syntax:
cs-api-definition
public class TestListNode : FileBasedNode
Inheritance: objectFileBasedNodeTestListNode
Inherited Members
Constructors
TestListNode(FileBasedNodeCollection, string)
Declaration
cs-api-definition
public TestListNode(FileBasedNodeCollection parent, string path)
Parameters
parent
path
TestListNode(FileBasedNodeCollection, string, TestList)
Declaration
cs-api-definition
public TestListNode(FileBasedNodeCollection parent, string path, TestList testList)
Parameters
parent
path
testList
TestListNode(FileBasedNodeCollection, string, TestList, List<LightTest>)
Declaration
cs-api-definition
public TestListNode(FileBasedNodeCollection parent, string path, TestList testList, List<LightTest> tests)
Parameters
parent
path
testList
tests
Properties
ContainingProject
Gets the ProjectNode containing this item
Declaration
cs-api-definition
public override ProjectNode ContainingProject { get; }
Property Value
Overrides
DisplaysSourceControlStatus
Declaration
cs-api-definition
public override bool DisplaysSourceControlStatus { get; }
Property Value
Overrides
FriendlyName
Declaration
cs-api-definition
public override string FriendlyName { get; set; }
Property Value
Overrides
TestList
The TestList instance behind this node.
Tests
Persists the list of test nodes for easy reference from the UI.
Methods
Clone()
Full clone of the test list.
SaveFileAsync(bool)
Declaration
cs-api-definition
public void SaveFileAsync(bool skipUIInteraction = false)
Parameters
skipUIInteraction
UpdateTests(List<LightTest>, bool)
Updates both the TestList.Tests and this tests collection.