@FunctionalInterface
@API(status=INTERNAL,
since="5.0")
public interface AfterEachMethodAdapter
extends org.junit.jupiter.api.extension.Extension
@AfterEach method
as a pseudo-extension.| Modifier and Type | Method and Description |
|---|---|
void |
invokeAfterEachMethod(org.junit.jupiter.api.extension.ExtensionContext context,
ExtensionRegistry registry) |
void invokeAfterEachMethod(org.junit.jupiter.api.extension.ExtensionContext context,
ExtensionRegistry registry)
throws java.lang.Throwable
java.lang.Throwable