MethodAction
Overview
Location
- Reference: remobjects.elements.eunit.jar
- Namespace: RemObjects.Elements.EUnit
- Platforms: Cooper
- Ancestry: BaseAction | ResultAction | MethodAction
constructor
MethodAction()
constructor (Func<RunContext>) (declared in ResultAction)
MethodAction(Func1<RunContext> Action)
Parameters:
- Action:
constructor (Func<RemObjects.Elements.EUnit.RunContext>, Boolean) (declared in ResultAction)
MethodAction(Func<RemObjects.Elements.EUnit.RunContext> Action, Boolean RunAlways)
Parameters:
- Action:
- RunAlways:
constructor (Boolean) (declared in BaseAction)
MethodAction(Boolean RunAlways)
Parameters:
- RunAlways:
DoExecute protected (declared in ResultAction)
void DoExecute(RunContext Context)
Parameters:
- Context:
Execute (declared in BaseAction)
void Execute(RunContext Context)
Parameters:
- Context:
HandleException protected (declared in BaseAction)
ITestResult HandleException(RunContext Context, Exception Ex)
Parameters:
- Context:
- Ex:
RunIfFailed (declared in BaseAction)
Boolean RunIfFailed { __get; __set; }
Then (declared in BaseAction)
BaseAction Then(BaseAction NextAction)
Parameters:
- NextAction:
constructor
MethodAction()
constructor (Func<RunContext>) (declared in ResultAction)
MethodAction(Func1<RunContext> Action)
Parameters:
- Action:
constructor (Func<RemObjects.Elements.EUnit.RunContext>, Boolean) (declared in ResultAction)
MethodAction(Func<RemObjects.Elements.EUnit.RunContext> Action, Boolean RunAlways)
Parameters:
- Action:
- RunAlways:
constructor (Boolean) (declared in BaseAction)
MethodAction(Boolean RunAlways)
Parameters:
- RunAlways:
DoExecute protected (declared in ResultAction)
void DoExecute(RunContext Context)
Parameters:
- Context:
Execute (declared in BaseAction)
void Execute(RunContext Context)
Parameters:
- Context:
HandleException protected (declared in BaseAction)
ITestResult HandleException(RunContext Context, Exception Ex)
Parameters:
- Context:
- Ex:
Then (declared in BaseAction)
BaseAction Then(BaseAction NextAction)
Parameters:
- NextAction: