@FunctionalInterface @API(value=Internal) public interface AfterEachMethodAdapter extends Extension
@AfterEach
method
as a pseudo-extension.Modifier and Type | Method and Description |
---|---|
void |
invokeAfterEachMethod(ExtensionContext context,
ExtensionRegistry registry) |
void invokeAfterEachMethod(ExtensionContext context, ExtensionRegistry registry) throws Throwable
Throwable