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

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

package com.blazemeter.taurus.junit.api;

import java.util.Properties;

public interface JUnitRunner {

    Object createRequest(Properties props);

    void executeRequest(Object requestItem, Reporter reporter, ThreadCounter counter);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy