Class TestExecutedSubResult


  • public class TestExecutedSubResult
    extends TestSubResult
    A sub-result of an executed test.
    Author:
    Rene Schneider - initial API and implementation
    • Constructor Detail

      • TestExecutedSubResult

        public TestExecutedSubResult​(java.util.Map<java.lang.String,​TestComparisonResult> someComparisonResults,
                                     FixtureWrapper<?> aFixtureInstance,
                                     java.lang.String aFixtureMethod,
                                     java.lang.Long anExecutionTime)
        Creates a new instance.
        Parameters:
        someComparisonResults - Map of named result name to the respective comparison result
        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 test method