|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
File
for each test suite.FlushReceiver
.true
if the specified directory contains at least one report file.
Commandline
implementation that provides the output stream of
the executed process in form of a FlushReceiver
, for it to be
flushed on demand.parallel
attribute, TestNG will try to run all your test methods in
separate threads, except for methods that depend on each other, which will be run in the same thread in order to
respect their order of execution.
TEST-reportName[-suffix].xml
file like written and read
by Ant's <junit>
and
<junitreport>
tasks,
then supported by many tools like CI servers.InputStream
that, when read, provides test class names out of a queue.
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |