public class JsonReport extends Object implements AggregatedEventListener
Constructor and Description |
---|
JsonReport() |
Modifier and Type | Method and Description |
---|---|
void |
onQuit(AggregatedQuitEvent e)
All tests completed.
|
void |
onSuiteResult(AggregatedSuiteResultEvent e)
Emit information about a single suite and all of its tests.
|
void |
setFile(File file)
Output file for the report file.
|
void |
setJsonpMethod(String method)
Sets wrapper method name for JSONP.
|
void |
setOuter(JUnit4 junit4)
Link to the container.
|
void |
setOutputStreams(boolean outputStreams)
Include output streams? Mind that with large outputs the report may OOM.
|
void |
setProjectName(String projectName)
Set project name for the output model.
|
public void setFile(File file)
public void setJsonpMethod(String method)
public void setProjectName(String projectName)
public void setOutputStreams(boolean outputStreams)
public void setOuter(JUnit4 junit4)
AggregatedEventListener
BuildException
if
parameter validation doesn't succeed, for example.setOuter
in interface AggregatedEventListener
public void onSuiteResult(AggregatedSuiteResultEvent e)
public void onQuit(AggregatedQuitEvent e)
Copyright © 2011–2015 Carrot Search s.c.. All rights reserved.