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

au.com.dius.pact.consumer.TestRun Maven / Gradle / Ivy

package au.com.dius.pact.consumer;

import au.com.dius.pact.model.MockProviderConfig;

public interface TestRun {
    void run(MockProviderConfig config) throws Throwable;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy