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 |
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()
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 NotifiableTestStreamprivate void release()