public interface NotifiableTestStream
TestProvidingInputStream| 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.
|
void provideNewTest()
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 skipSinceNextTest()
void shutdown(Shutdown shutdownType)
void noop()
void acknowledgeByeEventReceived()
Copyright © 2004–2019 The Apache Software Foundation. All rights reserved.