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