Class CallResult

    • Constructor Detail

      • CallResult

        public CallResult​(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 taken to execute the call
        someExtendedResults - any extended results returned by the fixture