Interface AfterAllCallback

    • Method Detail

      • afterAll

        void afterAll​(ExtensionContext context)
               throws Exception
        Callback that is invoked once after all tests in the current container.
        Parameters:
        context - the current extension context; never null
        Throws:
        Exception