Class TestSuiteEntry
public abstract class TestSuiteEntry
- Inheritance
-
TestSuiteEntry
- Derived
- Inherited Members
- Extension Methods
Constructors
TestSuiteEntry()
protected TestSuiteEntry()
TestSuiteEntry(CaseInsensitiveString)
protected TestSuiteEntry(CaseInsensitiveString id)
Parameters
idCaseInsensitiveString
TestSuiteEntry(CaseInsensitiveString, XmlNode)
protected TestSuiteEntry(CaseInsensitiveString id, XmlNode node)
Parameters
idCaseInsensitiveStringnodeXmlNode
Properties
Comment
public string Comment { get; set; }
Property Value
DisplayName
public virtual string DisplayName { get; }
Property Value
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
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
Parent
[Browsable(false)]
public TestSuiteEntryContainer Parent { get; protected set; }
Property Value
Methods
DoGetFactoryIdentifier()
protected abstract string DoGetFactoryIdentifier()
Returns
GetUsedDataConnectors()
public IEnumerable<DataConnector> GetUsedDataConnectors()
Returns
ThrowIfNameNotOk(string)
protected abstract void ThrowIfNameNotOk(string value)
Parameters
valuestring
ThrowIfNameNotOk<T>(string)
protected void ThrowIfNameNotOk<T>(string value) where T : TestSuiteEntry
Parameters
valuestring
Type Parameters
T