Uses of Class
org.verifyica.api.Cleanup
-
Uses of Cleanup in org.verifyica.api
Methods in org.verifyica.api that return CleanupModifier and TypeMethodDescriptionCleanup.assertEmpty()Throws the first Throwable if not emptyCleanup.clear()Removes any collected ThrowablesClose a Closable if not nullClose an array of CloseablesCleanup.perform(Cleanup.Action action) Performs a Cleanup.Action, collecting the Throwable if thrownCleanup.perform(Cleanup.Action... actions) Performs an array of Cleanup.Actions, collecting the Throwables if thrown