private final class TestLessInputStream.TestLessInputStreamBuilder.CachableCommands extends java.lang.Object implements NotifiableTestStream
Modifier | Constructor and Description |
---|---|
private |
CachableCommands() |
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 . |
private void |
release() |
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
public void acknowledgeByeEventReceived()
acknowledgeByeEventReceived
in interface NotifiableTestStream
private void release()