Interface BeforeTestExecutionCallback

    • Method Detail

      • beforeTestExecution

        void beforeTestExecution​(ExtensionContext context)
                          throws Exception
        Callback that is invoked immediately before each test is executed.
        Parameters:
        context - the current extension context; never null
        Throws:
        Exception