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
-
Method Summary
Methods inherited from class org.junit.jupiter.migrationsupport.rules.adapter.AbstractTestRuleAdapter
executeMethod, executeMethod
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.junit.jupiter.migrationsupport.rules.adapter.GenericBeforeAndAfterAdvice
handleTestExecutionException
-
Constructor Details
-
ExternalResourceAdapter
-
-
Method Details
-
before
public void before() -
after
public void after()
-