Uses of Class
de.gebit.integrity.runner.results.FixtureExecutionResult
-
-
Uses of FixtureExecutionResult in de.gebit.integrity.runner.callbacks
Methods in de.gebit.integrity.runner.callbacks with parameters of type FixtureExecutionResult Modifier and Type Method Description protected FormattedStringAbstractTestRunnerCallback. convertResultValueToFormattedStringGuarded(Object aResultValue, FixtureExecutionResult aResult, boolean aForceIntermediateMapFlag, ConversionContext aConversionContext)Converts a result value (that is, a value returned by a fixture during a test or call) to a formatted string.protected StringAbstractTestRunnerCallback. convertResultValueToStringGuarded(Object aResultValue, FixtureExecutionResult aResult, boolean aForceIntermediateMapFlag, ConversionContext aConversionContext)Converts a result value (that is, a value returned by a fixture during a test or call) to a string. -
Uses of FixtureExecutionResult in de.gebit.integrity.runner.callbacks.remoting
Methods in de.gebit.integrity.runner.callbacks.remoting with parameters of type FixtureExecutionResult Modifier and Type Method Description protected voidSetListCallback. addExtendedResultDataToEntry(SetListEntry anEntry, FixtureExecutionResult aResult)Adds the extended result data in theFixtureExecutionResultobject to the providedSetListEntry. -
Uses of FixtureExecutionResult in de.gebit.integrity.runner.results.call
Subclasses of FixtureExecutionResult 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 FixtureExecutionResult in de.gebit.integrity.runner.results.test
Subclasses of FixtureExecutionResult 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.
-