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

com.slickqa.executioner.dummyagent.DummyAgentConfiguration Maven / Gradle / Ivy

Go to download

A testing agent to validate that the internal workings of Executioner are functioning.

There is a newer version: 2.0.0-19
Show newest version
package com.slickqa.executioner.dummyagent;

/**
 * Configuration for Dummy Agent
 */
public interface DummyAgentConfiguration {
    int getDummyAgentNumber();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy