Uses of Class
de.gebit.integrity.runner.results.test.TestSubResult
-
-
Uses of TestSubResult in de.gebit.integrity.runner.callbacks
Methods in de.gebit.integrity.runner.callbacks with parameters of type TestSubResult Modifier and Type Method Description voidCompoundTestRunnerCallback. onTableTestRowFinish(TableTest aTableTest, TableTestRow aRow, TestSubResult aSubResult)abstract voidTestRunnerCallback. onTableTestRowFinish(TableTest aTableTest, TableTestRow aRow, TestSubResult aSubResult)Called after a table test row has been executed. -
Uses of TestSubResult in de.gebit.integrity.runner.callbacks.console
Methods in de.gebit.integrity.runner.callbacks.console with parameters of type TestSubResult Modifier and Type Method Description protected voidConsoleTestCallback. displayTestSubResult(TestSubResult aSubResult)Displays a test sub-result.voidConsoleTestCallback. onTableTestRowFinish(TableTest aTableTest, TableTestRow aRow, TestSubResult aSubResult) -
Uses of TestSubResult in de.gebit.integrity.runner.callbacks.remoting
Methods in de.gebit.integrity.runner.callbacks.remoting with parameters of type TestSubResult Modifier and Type Method Description protected List<SetListEntry>SetListCallback. onAnyKindOfSubTestFinish(MethodReference aMethod, SuiteStatementWithResult aStatement, SetListEntry aTestEntry, TestSubResult aSubResult, Map<String,Object> aParameterMap)This method is used to perform the actual sub-test result parsing, both for normal tests and tabletests (with the latter having more than one subtest).voidSetListCallback. onTableTestRowFinish(TableTest aTableTest, TableTestRow aRow, TestSubResult aSubResult) -
Uses of TestSubResult in de.gebit.integrity.runner.callbacks.xml
Methods in de.gebit.integrity.runner.callbacks.xml with parameters of type TestSubResult Modifier and Type Method Description protected voidXmlWriterTestCallback. onAnyKindOfSubTestFinish(MethodReference aMethod, SuiteStatementWithResult aStatement, org.jdom.Element aResultCollectionElement, TestSubResult aSubResult, Map<String,Object> aParameterMapForText, Map<String,Object> aParameterMap)Used to write sub-test results.voidXmlWriterTestCallback. onTableTestRowFinish(TableTest aTableTest, TableTestRow aRow, TestSubResult aSubResult)On table test row finish. -
Uses of TestSubResult in de.gebit.integrity.runner.results.test
Subclasses of TestSubResult in de.gebit.integrity.runner.results.test Modifier and Type Class Description classTestExceptionSubResultThis result is returned if an exception occurred during test execution.classTestExecutedSubResultA sub-result of an executed test.Methods in de.gebit.integrity.runner.results.test that return TestSubResult Modifier and Type Method Description TestSubResultTestResult. getFinalizationTestResult()Methods in de.gebit.integrity.runner.results.test that return types with arguments of type TestSubResult Modifier and Type Method Description List<TestSubResult>TestResult. getSubResults()Constructors in de.gebit.integrity.runner.results.test with parameters of type TestSubResult Constructor Description TestResult(List<TestSubResult> someSubResults, TestSubResult aFinalizationTestResult, FixtureWrapper<?> aFixtureInstance, String aFixtureMethod, Long anExecutionTime, List<ExtendedResultFixture.ExtendedResult> someExtendedResults)Creates a new instance.Constructor parameters in de.gebit.integrity.runner.results.test with type arguments of type TestSubResult Constructor Description TestResult(List<TestSubResult> someSubResults, TestSubResult aFinalizationTestResult, FixtureWrapper<?> aFixtureInstance, String aFixtureMethod, Long anExecutionTime, List<ExtendedResultFixture.ExtendedResult> someExtendedResults)Creates a new instance.
-