Uses of Interface
org.verifyica.api.Runner.Task
-
Uses of Runner.Task in org.verifyica.api
Methods in org.verifyica.api that return Runner.TaskModifier and TypeMethodDescriptionstatic Runner.TaskCreates a Task to close a Closeable object if not nullMethods in org.verifyica.api with parameters of type Runner.TaskModifier and TypeMethodDescriptionRunner.perform(Runner.Task task) Perform a Task.Runner.perform(Runner.Task... tasks) Perform an array of Tasks.Method parameters in org.verifyica.api with type arguments of type Runner.TaskModifier and TypeMethodDescriptionRunner.perform(Collection<Runner.Task> tasks) Perform a Collection of Tasks.