Interface BeforeClassTemplateInvocationCallback

    • Method Detail

      • beforeClassTemplateInvocation

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