
io.tracee.contextlogger.integrationtest.WrappedTestContextData Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tracee-context-logger-integration-test Show documentation
Show all versions of tracee-context-logger-integration-test Show documentation
Please refer to https://github.com/holisticon/tracee.
The newest version!
package io.tracee.contextlogger.integrationtest;
/**
* Test class which should be wrapped by {@link io.tracee.contextlogger.integrationtest.TestContextDataWrapper}.
*/
public class WrappedTestContextData {
public static final String OUTPUT = "IT WORKS !!!";
public String getOutput() {
return OUTPUT;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy