io.tracee.contextlogger.integrationtest.testcontextprovider.TestImplicitContextProviders Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of contextlogger-testcontextprovider-for-integration-test Show documentation
Show all versions of contextlogger-testcontextprovider-for-integration-test Show documentation
Please refer to https://github.com/tracee/contextlogger.
package io.tracee.contextlogger.integrationtest.testcontextprovider;
import io.tracee.contextlogger.contextprovider.api.ImplicitContext;
/**
* Enum for adding implicit test contextproviders.
*/
public enum TestImplicitContextProviders implements ImplicitContext {
BROKEN,
TEST;
}