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 |
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()
NotifiableTestStream
TestProvidingInputStream
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 NotifiableTestStream
public void skipSinceNextTest()
NotifiableTestStream
skipSinceNextTest
in interface NotifiableTestStream
public void shutdown(Shutdown shutdownType)
shutdown
in interface NotifiableTestStream
public void noop()
noop
in interface NotifiableTestStream