input-stream
.input-stream
.AbstractCommandStream.nextCommand()
) unless the stream is atomically
closed (see AbstractCommandStream.isClosed()
returns true
) before this method has returned.AbstractCommandStream.isClosed()
however may respect
last command
and AbstractCommandStream.isClosed()
.File
for each test suite.FlushReceiver
.Commandline
implementation that provides the output stream of
the executed process in form of a FlushReceiver
, for it to be
flushed on demand.TestProvidingInputStream
in order to dispatch a new test back to the forked
jvm (particular fork which hits this call); or do nothing in TestLessInputStream
.TEST-reportName[-suffix].xml
file like written and read
by Ant's <junit>
and
<junitreport>
tasks,
then supported by many tools like CI servers.AbstractSurefireMojo.getSuiteXmlFiles()
as list
.streams
, registers cachable commands
and provides accessible API to dispatch immediate commands to all atomically
alive streams.InputStream
that, when read, provides test class names out of a queue.Copyright © 2004–2015 The Apache Software Foundation. All rights reserved.