Uses of Class
de.gebit.integrity.fixtures.ExtendedResultFixture.FixtureInvocationResult
-
Packages that use ExtendedResultFixture.FixtureInvocationResult Package Description de.gebit.integrity.fixtures -
-
Uses of ExtendedResultFixture.FixtureInvocationResult in de.gebit.integrity.fixtures
Methods in de.gebit.integrity.fixtures that return ExtendedResultFixture.FixtureInvocationResult Modifier and Type Method Description static ExtendedResultFixture.FixtureInvocationResultExtendedResultFixture.FixtureInvocationResult. valueOf(String name)Returns the enum constant of this type with the specified name.static ExtendedResultFixture.FixtureInvocationResult[]ExtendedResultFixture.FixtureInvocationResult. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.gebit.integrity.fixtures with parameters of type ExtendedResultFixture.FixtureInvocationResult Modifier and Type Method Description List<ExtendedResultFixture.ExtendedResult>ExtendedResultFixture. provideExtendedResults(ExtendedResultFixture.FixtureInvocationResult anInvocationResult)This method must determine the extended results to be integrated into the test results.List<ExtendedResultFixture.ExtendedResult>FixtureWrapper. retrieveExtendedResults(ExtendedResultFixture.FixtureInvocationResult anInvocationResult)CallExtendedResultFixture#provideExtendedResults()on the fixture - if it is an extended result fixture - and return the extended results.
-