private final class TestLessInputStream.TestLessInputStreamBuilder.ImmediateCommands extends java.lang.Object implements NotifiableTestStream
| Modifier | Constructor and Description |
|---|---|
private |
ImmediateCommands() |
| Modifier and Type | Method and Description |
|---|---|
void |
acknowledgeByeEventReceived() |
void |
noop() |
void |
provideNewTest()
Notifies
TestProvidingInputStream in order to dispatch a new test back to the forked
jvm (particular fork which hits this call); or do nothing in TestLessInputStream. |
void |
shutdown(Shutdown shutdownType) |
void |
skipSinceNextTest()
Sends an event to a fork jvm in order to skip tests.
|
public void provideNewTest()
NotifiableTestStreamTestProvidingInputStream in order to dispatch a new test back to the forked
jvm (particular fork which hits this call); or do nothing in TestLessInputStream.provideNewTest in interface NotifiableTestStreampublic void skipSinceNextTest()
NotifiableTestStreamskipSinceNextTest in interface NotifiableTestStreampublic void shutdown(Shutdown shutdownType)
shutdown in interface NotifiableTestStreampublic void noop()
noop in interface NotifiableTestStreampublic void acknowledgeByeEventReceived()
acknowledgeByeEventReceived in interface NotifiableTestStream