Interface IRunnable
- Namespace
- Ranorex.Core.Testing.Interfaces
- Assembly
- Ranorex.Core.dll
All TestSuiteEntry classes which can be executed implement this interface.
public interface IRunnable
Methods
Run(DataContext, bool)
The execution method.
TestResult Run(DataContext parentDataContext, bool childSkip)
Parameters
parentDataContextDataContextThe parent data context.
childSkipboolif set to
truechild node execution is skipped.
Returns
- TestResult
TestResult.