All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.tracee.contextlogger.integrationtest.WrappedTestContextData Maven / Gradle / Ivy

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