Table of Contents

Class TestSuiteCheckableEntry

Namespace
Ranorex.Core.Testing
Assembly
Ranorex.Core.dll
public class TestSuiteCheckableEntry : ICheckableEntry
Inheritance
TestSuiteCheckableEntry
Implements
Inherited Members

Constructors

TestSuiteCheckableEntry(TestSuiteEntry)

public TestSuiteCheckableEntry(TestSuiteEntry entry)

Parameters

entry TestSuiteEntry

Properties

CheckState

[Browsable(false)]
public CheckState CheckState { get; set; }

Property Value

CheckState

Methods

GetRunXMLNode(XmlNode)

public XmlNode GetRunXMLNode(XmlNode parent)

Parameters

parent XmlNode

Returns

XmlNode

SetCheckState(CheckState)

public void SetCheckState(CheckState state)

Parameters

state CheckState

SetCheckState(CheckState, bool)

public void SetCheckState(CheckState state, bool notifyDescendands)

Parameters

state CheckState
notifyDescendands bool