Uses of Class
de.gebit.integrity.runner.results.call.CallResult.UpdatedVariable
-
Packages that use CallResult.UpdatedVariable Package Description de.gebit.integrity.runner.results.call -
-
Uses of CallResult.UpdatedVariable in de.gebit.integrity.runner.results.call
Methods in de.gebit.integrity.runner.results.call that return types with arguments of type CallResult.UpdatedVariable Modifier and Type Method Description List<CallResult.UpdatedVariable>CallResult. getUpdatedVariables()Constructor parameters in de.gebit.integrity.runner.results.call with type arguments of type CallResult.UpdatedVariable Constructor Description CallResult(List<CallResult.UpdatedVariable> someUpdatedVariables, FixtureWrapper<?> aFixtureInstance, String aFixtureMethod, Long anExecutionTime, List<ExtendedResultFixture.ExtendedResult> someExtendedResults)Creates a new instance.ExceptionResult(Throwable anException, List<CallResult.UpdatedVariable> someVariablesToUpdate, FixtureWrapper<?> aFixtureInstance, String aFixtureMethod, Long anExecutionTime, List<ExtendedResultFixture.ExtendedResult> someExtendedResults)Creates a new instance.SuccessResult(List<CallResult.UpdatedVariable> someUpdatedVariables, FixtureWrapper<?> aFixtureInstance, String aFixtureMethod, Long anExecutionTime, List<ExtendedResultFixture.ExtendedResult> someExtendedResults)Creates a new instance.UndeterminedResult(List<CallResult.UpdatedVariable> someVariablesToUpdate, String aFixtureMethod)Creates a new instance.
-