public class Report extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static String |
FAILED |
protected static String |
PASSED |
static String |
REPORT_DIR |
static String |
REPORT_FILE |
| Modifier and Type | Method and Description |
|---|---|
void |
exportToFile() |
void |
failed(String msg) |
String |
getAsJson() |
String |
getFinalReportPath() |
void |
passed(String msg) |
public static final String REPORT_DIR
public static final String REPORT_FILE
protected static final String PASSED
protected static final String FAILED
public Report(File targetDirectory)
Copyright © 2014. All rights reserved.