public class Report extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static String |
FAILED |
protected static String |
PASSED |
| Constructor and Description |
|---|
Report() |
| Modifier and Type | Method and Description |
|---|---|
String |
export() |
void |
failed(String msg) |
void |
passed(String msg) |
protected static final String PASSED
protected static final String FAILED
Copyright © 2014. All rights reserved.