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()Deprecated.Throws the first Throwable if not emptyCleanup.clear()Deprecated.Removes any collected ThrowablesDeprecated.Close a Closable if not nullDeprecated.Close an array of CloseablesCleanup.perform(Cleanup.Action action) Deprecated.Performs a Cleanup.Action, collecting the Throwable if thrownCleanup.perform(Cleanup.Action... actions) Deprecated.Performs an array of Cleanup.Actions, collecting the Throwables if thrown