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

com.blazemeter.taurus.junit.api.Reporter Maven / Gradle / Ivy

There is a newer version: 1.11
Show newest version
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 - 2024 Weber Informatics LLC | Privacy Policy