Uses of Class
org.verifyica.api.Runner
-
Uses of Runner in org.verifyica.api
Methods in org.verifyica.api that return RunnerModifier and TypeMethodDescriptionRunner.assertSuccessful()Checks if Throwable isEmpty.Runner.clear()Removes any collected ThrowablesRunner.perform(Collection<Runner.Task> tasks) Perform a Collection of Tasks.Runner.perform(Runner.Task task) Perform a Task.Runner.perform(Runner.Task... tasks) Perform an array of Tasks.