Package org.apache.flink.util
Interface ExternalResource
-
- All Superinterfaces:
org.junit.rules.TestRule
public interface ExternalResource extends org.junit.rules.TestRuleModified version of the jUnitExternalResource.This version is an interface instead of an abstract class and allows resources to differentiate between successful and failed tests in their
Aftermethods.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default voidafterTestFailure()voidafterTestSuccess()default org.junit.runners.model.Statementapply(org.junit.runners.model.Statement base, org.junit.runner.Description description)voidbefore()
-