Interface EnvironmentProvider

    • Method Detail

      • start

        AutoCloseable start​(Class<?> clazz,
                            Annotation[] annotations)
        Starts the environment represented by this implementation.
        Parameters:
        clazz - the test class.
        annotations - the current annotations which can own environment configuration.
        Returns:
        a closeable to release current environment.