Class SuccessResult


  • public class SuccessResult
    extends CallResult
    Result for successful calls.
    Author:
    Rene Schneider - initial API and implementation
    • Constructor Detail

      • SuccessResult

        public SuccessResult​(java.util.List<CallResult.UpdatedVariable> someUpdatedVariables,
                             FixtureWrapper<?> aFixtureInstance,
                             java.lang.String aFixtureMethod,
                             java.lang.Long anExecutionTime,
                             java.util.List<ExtendedResultFixture.ExtendedResult> someExtendedResults)
        Creates a new instance.
        Parameters:
        someUpdatedVariables - variables updated by the call
        aFixtureInstance - The fixture instance (wrapped) - may be null if no fixtures are called in the current phase (for example during the dry run).
        aFixtureMethod - the method that was executed
        anExecutionTime - the time to execute the call
        someExtendedResults - any extended results returned by the fixture