Class TearDownNode
public sealed class TearDownNode : TestSuiteEntryContainer, IRunnable
- Inheritance
-
TearDownNode
- Implements
- Inherited Members
- Extension Methods
Constructors
TearDownNode()
public TearDownNode()
Properties
DisplayName
public override string DisplayName { get; }
Property Value
Methods
DoGetFactoryIdentifier()
protected override string DoGetFactoryIdentifier()
Returns
Run(DataContext, bool)
The execution method.
public TestResult Run(DataContext parentDataContext, bool _childSkip)
Parameters
parentDataContextDataContextThe parent data context.
_childSkipbool
Returns
- TestResult
TestResult.
ThrowIfNameNotOk(string)
protected override void ThrowIfNameNotOk(string value)
Parameters
valuestring