org.testifyproject.failsafe.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of core Show documentation
Show all versions of core Show documentation
A module that provides core Testify SPI and implementation classes
The newest version!
/**
* Core Failsafe APIs for performing failsafe executions.
*
* {@link org.testifyproject.failsafe.Failsafe} is the entry point for the library. See {@link org.testifyproject.failsafe.SyncFailsafe}
* for synchronous execution options and {@link org.testifyproject.failsafe.AsyncFailsafe} for asynchronous execution.
*/
package org.testifyproject.failsafe;