![JAR search and dependency download from the Maven repository](/logo.png)
com.blazemeter.taurus.junit.api.Reporter Maven / Gradle / Ivy
package com.blazemeter.taurus.junit.api;
import com.blazemeter.taurus.reporting.Sample;
public interface Reporter {
void writeSample(Sample sample);
void close() throws Exception;
boolean isVerbose();
boolean isStopped();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy