Class TestExceptionSubResult


  • public class TestExceptionSubResult
    extends TestSubResult
    This result is returned if an exception occurred during test execution.
    Author:
    Rene Schneider - initial API and implementation
    • Constructor Detail

      • TestExceptionSubResult

        public TestExceptionSubResult​(Throwable anException,
                                      Map<String,​TestComparisonResult> aComparisonResult,
                                      FixtureWrapper<?> aFixtureInstance,
                                      String aFixtureMethod,
                                      Long anExecutionTime)
        Creates a new instance.
        Parameters:
        anException - The exception that occurred
        aComparisonResult - Map of result names to the respective comparison
        anExecutionTime - Time taken to execute the test method