com.slickqa.executioner.dummyagent.DummyAgentConfiguration Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of executioner-dummyagent Show documentation
Show all versions of executioner-dummyagent Show documentation
A testing agent to validate that the internal workings of Executioner are functioning.
package com.slickqa.executioner.dummyagent;
/**
* Configuration for Dummy Agent
*/
public interface DummyAgentConfiguration {
int getDummyAgentNumber();
}