Uses of Interface
io.skodjob.testframe.interfaces.ThrowableRunner
Packages that use ThrowableRunner
-
Uses of ThrowableRunner in io.skodjob.testframe.resources
Methods in io.skodjob.testframe.resources that return ThrowableRunnerModifier and TypeMethodDescriptionResourceItem.getThrowableRunner()Gets the runnable action associated with this resource item.Constructors in io.skodjob.testframe.resources with parameters of type ThrowableRunnerModifierConstructorDescriptionResourceItem(ThrowableRunner throwableRunner) Constructs a ResourceItem with the given runnable action.ResourceItem(ThrowableRunner throwableRunner, T resource) Constructs a ResourceItem with the given runnable action and resource.