Class FixtureExecutionResult

  • Direct Known Subclasses:
    CallResult, TestResult, TestSubResult

    public abstract class FixtureExecutionResult
    extends Result
    Base class for results which are based on the execution of a fixture method.
    Author:
    Rene Schneider - initial API and implementation
    • Constructor Detail

      • FixtureExecutionResult

        public FixtureExecutionResult​(FixtureWrapper<?> aFixtureInstance,
                                      java.lang.String aFixtureMethod,
                                      java.lang.Long anExecutionTime,
                                      java.util.List<ExtendedResultFixture.ExtendedResult> anExtendedResultList)
        Creates a new instance.
        Parameters:
        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 required for execution