Class TestSuiteEntryExtensions
public static class TestSuiteEntryExtensions
- Inheritance
-
TestSuiteEntryExtensions
- Inherited Members
Methods
IsDescendantHierarchyValid(TestSuiteEntry)
public static IChildAllowedResult IsDescendantHierarchyValid(this TestSuiteEntry entry)
Parameters
entryTestSuiteEntry
Returns
IsDescendantOfSetupNode(TestSuiteEntry)
Returns whether the entry is a descendant of a SetupNode
public static bool IsDescendantOfSetupNode(this TestSuiteEntry entry)
Parameters
entryTestSuiteEntry
Returns
- bool
true if any of the ancestors is a SetupNode, or false otherwise
IsDescendantOfTearDownNode(TestSuiteEntry)
Returns whether the entry is a descendant of a TearDownNode
public static bool IsDescendantOfTearDownNode(this TestSuiteEntry entry)
Parameters
entryTestSuiteEntry
Returns
- bool
true if any of the ancestors is a TearDownNode, or false otherwise