Class ExternalResourceAdapter
java.lang.Object
org.junit.jupiter.migrationsupport.rules.adapter.AbstractTestRuleAdapter
org.junit.jupiter.migrationsupport.rules.adapter.ExternalResourceAdapter
- All Implemented Interfaces:
GenericBeforeAndAfterAdvice
@API(status=INTERNAL,
since="5.0")
public class ExternalResourceAdapter
extends AbstractTestRuleAdapter
- Since:
- 5.0
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractTestRuleAdapter
executeMethod, executeMethod
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface GenericBeforeAndAfterAdvice
handleTestExecutionException
-
Constructor Details
-
ExternalResourceAdapter
-
-
Method Details
-
before
public void before() -
after
public void after()
-