public class TestRunnerConfig
Defines the details required to configure the test runner.
| Constructor and Description |
|---|
TestRunnerConfig(int port,
java.util.Set<? extends java.lang.Object> controllers)
Defines the details required to configure the test runner.
|
| Modifier and Type | Method and Description |
|---|---|
int |
component1() |
java.util.Set<java.lang.Object> |
component2() |
TestRunnerConfig |
copy(int port,
java.util.Set<? extends java.lang.Object> controllers)
Defines the details required to configure the test runner.
|
boolean |
equals(java.lang.Object p) |
java.util.Set<java.lang.Object> |
getControllers() |
int |
getPort() |
int |
hashCode() |
java.lang.String |
toString() |
public TestRunnerConfig(int port,
java.util.Set<? extends java.lang.Object> controllers)
Defines the details required to configure the test runner.
public int getPort()
public java.util.Set<java.lang.Object> getControllers()
public int component1()
public java.util.Set<java.lang.Object> component2()
public TestRunnerConfig copy(int port, java.util.Set<? extends java.lang.Object> controllers)
Defines the details required to configure the test runner.
public java.lang.String toString()
public int hashCode()
public boolean equals(java.lang.Object p)