public class ParseResult extends Object
Constructor and Description |
---|
ParseResult(ReportOptions options,
String errorMessage) |
Modifier and Type | Method and Description |
---|---|
Optional<String> |
getErrorMessage() |
ReportOptions |
getOptions() |
boolean |
isOk() |
public ParseResult(ReportOptions options, String errorMessage)
public boolean isOk()
public ReportOptions getOptions()
Copyright © 2021 org.pitest. All rights reserved.