Package | Description |
---|---|
org.apache.maven.plugin.surefire.booterclient.lazytestprovider | |
org.apache.maven.surefire.booter |
Modifier and Type | Field and Description |
---|---|
private Command |
TestLessInputStream.TestLessInputStreamBuilder.Node.command |
Modifier and Type | Field and Description |
---|---|
private java.util.Iterator<Command> |
TestLessInputStream.cachableCommands |
private java.util.Queue<Command> |
TestProvidingInputStream.commands |
private java.util.Queue<Command> |
TestLessInputStream.immediateCommands |
private java.lang.Iterable<Command> |
TestLessInputStream.TestLessInputStreamBuilder.iterableCachable |
Modifier and Type | Method and Description |
---|---|
private Command |
TestLessInputStream.TestLessInputStreamBuilder.CIt.examineNext(boolean store) |
Command |
TestLessInputStream.TestLessInputStreamBuilder.CIt.next() |
protected Command |
TestProvidingInputStream.nextCommand() |
protected abstract Command |
AbstractCommandStream.nextCommand() |
protected Command |
TestLessInputStream.nextCommand() |
Modifier and Type | Method and Description |
---|---|
(package private) java.lang.Iterable<Command> |
TestLessInputStream.TestLessInputStreamBuilder.getIterableCachable()
The iterator is not thread safe.
|
Modifier and Type | Method and Description |
---|---|
private boolean |
TestLessInputStream.TestLessInputStreamBuilder.addTailNodeIfAbsent(Command command) |
Constructor and Description |
---|
Node(Command command) |
Modifier and Type | Field and Description |
---|---|
static Command |
Command.BYE_ACK |
static Command |
Command.NOOP |
static Command |
Command.SKIP_SINCE_NEXT_TEST |
static Command |
Command.TEST_SET_FINISHED |
Modifier and Type | Method and Description |
---|---|
static Command |
MasterProcessCommand.decode(java.io.DataInputStream is) |
static Command |
Command.toRunClass(java.lang.String runClass) |
static Command |
Command.toShutdown(Shutdown shutdownType) |
Modifier and Type | Method and Description |
---|---|
private void |
CommandReader.CommandRunnable.insertToListeners(Command cmd) |
void |
CommandListener.update(Command command) |