Interface AfterTestExecutionCallback

    • Method Detail

      • afterTestExecution

        void afterTestExecution​(ExtensionContext context)
                         throws Exception
        Callback that is invoked immediately after an individual test has been executed but before any user-defined teardown methods have been executed for that test.
        Parameters:
        context - the current extension context; never null
        Throws:
        Exception