public interface NotifiableTestStream
TestProvidingInputStream
and TestLessInputStream
where the method
TestLessInputStream.provideNewTest()
purposefully does nothing. Some methods in
TestLessInputStream.TestLessInputStreamBuilder
throw UnsupportedOperationException
.TestProvidingInputStream
,
TestLessInputStream
Modifier and Type | Method and Description |
---|---|
void |
acknowledgeByeEventReceived() |
void |
noop() |
void |
provideNewTest()
Forked jvm notifies master process to provide a new test.
|
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–2024 The Apache Software Foundation. All rights reserved.