Class ReportOptions
java.lang.Object
io.vertx.ext.unit.report.ReportOptions
Configures a reporter consisting in a name
to, an address at and an optional format.- Author:
- Julien Viet
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
DEFAULT_TO
-
DEFAULT_FORMAT
-
-
Constructor Details
-
ReportOptions
public ReportOptions() -
ReportOptions
-
ReportOptions
-
-
Method Details
-
getTo
- Returns:
- the current reporter name
-
setTo
Set the current reporter name.- Parameters:
to- the new reporter name- Returns:
- a reference to this, so the API can be used fluently
-
getFormat
- Returns:
- the current reporter format
-
setFormat
Set the current reporter format.- Parameters:
format- the format- Returns:
- a reference to this, so the API can be used fluently a
-
toJson
-