Interface AfterClassTemplateInvocationCallback

    • Method Detail

      • afterClassTemplateInvocation

        void afterClassTemplateInvocation​(ExtensionContext context)
                                   throws java.lang.Exception
        Callback that is invoked after each invocation of a container template.
        Parameters:
        context - the current extension context; never null
        Throws:
        java.lang.Exception