Table of Contents

Class TestSuiteEntry

Namespace
Ranorex.Core.Testing
Assembly
Ranorex.Core.dll
public abstract class TestSuiteEntry
Inheritance
TestSuiteEntry
Derived
Inherited Members
Extension Methods

Constructors

TestSuiteEntry()

protected TestSuiteEntry()

TestSuiteEntry(CaseInsensitiveString)

protected TestSuiteEntry(CaseInsensitiveString id)

Parameters

id CaseInsensitiveString

TestSuiteEntry(CaseInsensitiveString, XmlNode)

protected TestSuiteEntry(CaseInsensitiveString id, XmlNode node)

Parameters

id CaseInsensitiveString
node XmlNode

Properties

Comment

public string Comment { get; set; }

Property Value

string

DisplayName

public virtual string DisplayName { get; }

Property Value

string

Id

Gets the id of the 'test case' or 'smart folder'.

public CaseInsensitiveString Id { get; }

Property Value

CaseInsensitiveString

The 'test case' or 'smart folder' id.

Index

[Browsable(false)]
public int Index { get; }

Property Value

int

Name

Gets the name of the 'test case' or 'smart folder'.

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

Property Value

string

The 'test case' or 'smart folder' name.

OwnerTestSuiteEntry

protected TestSuiteEntryContainer OwnerTestSuiteEntry { get; }

Property Value

TestSuiteEntryContainer

Parent

[Browsable(false)]
public TestSuiteEntryContainer Parent { get; protected set; }

Property Value

TestSuiteEntryContainer

Methods

DoGetFactoryIdentifier()

protected abstract string DoGetFactoryIdentifier()

Returns

string

GetUsedDataConnectors()

public IEnumerable<DataConnector> GetUsedDataConnectors()

Returns

IEnumerable<DataConnector>

ThrowIfNameNotOk(string)

protected abstract void ThrowIfNameNotOk(string value)

Parameters

value string

ThrowIfNameNotOk<T>(string)

protected void ThrowIfNameNotOk<T>(string value) where T : TestSuiteEntry

Parameters

value string

Type Parameters

T