Interface BeforeAllCallback

    • Method Detail

      • beforeAll

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