public class ReportGenerator extends Object
The class files under test must be compiled with debug information, otherwise source highlighting will not work.
Constructor and Description |
---|
ReportGenerator(Properties properties)
Create a new generator based for the given project.
|
Modifier and Type | Method and Description |
---|---|
void |
create()
Create the report.
|
static void |
main(String[] args)
Starts the report generation process
|
public ReportGenerator(Properties properties)
public void create() throws IOException
IOException
public static void main(String[] args) throws IOException
args
- Arguments to the application. This will be the location of the eclipse projects
that will be used to generate reports forIOException