Table of Contents

Class TestSuiteEntryExtensions

Namespace
Ranorex.Core.Testing
Assembly
Ranorex.Core.dll
public static class TestSuiteEntryExtensions
Inheritance
TestSuiteEntryExtensions
Inherited Members

Methods

IsDescendantHierarchyValid(TestSuiteEntry)

public static IChildAllowedResult IsDescendantHierarchyValid(this TestSuiteEntry entry)

Parameters

entry TestSuiteEntry

Returns

IChildAllowedResult

IsDescendantOfSetupNode(TestSuiteEntry)

Returns whether the entry is a descendant of a SetupNode

public static bool IsDescendantOfSetupNode(this TestSuiteEntry entry)

Parameters

entry TestSuiteEntry

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

entry TestSuiteEntry

Returns

bool

true if any of the ancestors is a TearDownNode, or false otherwise