RPResultSelector class
This class identifies the needed test result for the RPResultPredicate
Constructors
- RPResultSelector.forStepId(String stepId)
- Use this constructor if the step which the navigation rule is bound to, is a regular step
- RPResultSelector.forStepIdInFormStep(String stepId)
- Use this constructor if the step the navigation rule is bound to is part of a Form Step. (Form Steps have different result structure)
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
dynamic other) → bool -
The equality operator. [...]
inherited