The JUnit XML files, commonly used to communicate results to CI servers.
Type | Name and description |
---|---|
boolean |
isOutputPerTestCase() Should the output be associated with individual test cases instead of at the suite level. |
void |
setOutputPerTestCase(boolean outputPerTestCase) Should the output be associated with individual test cases instead of at the suite level. |
Methods inherited from class | Name |
---|---|
interface DirectoryReport |
getEntryPoint, getOutputType |
interface ConfigurableReport |
setDestination |
interface Report |
getDestination, getDisplayName, getName, getOutputType, isEnabled, setEnabled |
Should the output be associated with individual test cases instead of at the suite level.
Should the output be associated with individual test cases instead of at the suite level.