Uses of Class
de.gebit.integrity.runner.results.Result
-
-
Uses of Result in de.gebit.integrity.runner
Methods in de.gebit.integrity.runner that return Result Modifier and Type Method Description protected ResultDefaultTestRunner. executeTimeSet(TimeSet aTimeSet)Executes a time setting operation.Methods in de.gebit.integrity.runner that return types with arguments of type Result Modifier and Type Method Description protected Map<SuiteStatementWithResult,List<? extends Result>>DefaultTestRunner. executeSuite(SuiteDefinition aSuite)Executes a suite.Method parameters in de.gebit.integrity.runner with type arguments of type Result Modifier and Type Method Description protected List<SuiteDefinition>DefaultTestRunner. executeSetupSuites(SuiteDefinition aSuite, Map<SuiteDefinition,Result> aSetupResultMap)Executes the provided suite as a setup suite.protected voidDefaultTestRunner. executeTearDownSuites(List<SuiteDefinition> aSetupSuitesList, Map<SuiteDefinition,Result> aTearDownResultMap)Executes the teardown suites required by the provided setup suites. -
Uses of Result in de.gebit.integrity.runner.results
Subclasses of Result in de.gebit.integrity.runner.results Modifier and Type Class Description classFixtureExecutionResultBase class for results which are based on the execution of a fixture method.classSuiteResultResult of a suite call.classSuiteSummaryResultThis is a basic version of theSuiteResultclass, which only contains the summary data.Methods in de.gebit.integrity.runner.results that return types with arguments of type Result Modifier and Type Method Description Map<SuiteStatementWithResult,List<? extends Result>>SuiteResult. getResults()Map<SuiteDefinition,Result>SuiteResult. getSetupResults()Map<SuiteDefinition,Result>SuiteResult. getTearDownResults()Constructor parameters in de.gebit.integrity.runner.results with type arguments of type Result Constructor Description SuiteResult(Map<SuiteStatementWithResult,List<? extends Result>> someStatementResults, Map<SuiteDefinition,Result> someSetupResults, Map<SuiteDefinition,Result> someTearDownResults, Long anExecutionTime)Creates a new instance. -
Uses of Result in de.gebit.integrity.runner.results.call
Subclasses of Result in de.gebit.integrity.runner.results.call Modifier and Type Class Description classCallResultAn abstract base class for call results.classExceptionResultThe result returned if a call resulted in an exception.classSuccessResultResult for successful calls.classUndeterminedResultResult used for undetermined calls. -
Uses of Result in de.gebit.integrity.runner.results.test
Subclasses of Result 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.classTestResultBase class for test results.classTestSubResultTests have one or more sub-results, with standard tests always having one, but tabletests potentially having more of them, one for each row. -
Uses of Result in de.gebit.integrity.runner.results.timeset
Subclasses of Result in de.gebit.integrity.runner.results.timeset Modifier and Type Class Description classTimeSetExceptionResultDocuments a faulty timeset operation.classTimeSetResultStores the results of a timeset operation.classTimeSetSuccessResultThis result documents a successful timeset operation.
-