Constructor and Description |
---|
ValidationReport()
Constructs a new empty ValidationReport.
|
Modifier and Type | Method and Description |
---|---|
void |
addCDKError(ValidationTest test)
Adds a CDK problem.
|
void |
addError(ValidationTest test)
Adds a validation test which gives serious errors.
|
void |
addOK(ValidationTest test)
Adds a validation test which did not find a problem.
|
void |
addReport(ValidationReport report)
Merges the tests with the tests in this ValidationReport.
|
void |
addWarning(ValidationTest test)
Adds a validation test which indicate a possible problem.
|
int |
getCDKErrorCount()
Returns the number of CDK errors.
|
List<ValidationTest> |
getCDKErrors()
Returns an array of ValidationTest indicating CDK problems.
|
int |
getCount()
Returns the number of CDK errors.
|
int |
getErrorCount()
Returns the number of failed tests.
|
List<ValidationTest> |
getErrors()
Returns an array of ValidationTest errors.
|
int |
getOKCount()
Returns the number of tests without errors.
|
List<ValidationTest> |
getOKs()
Returns an array of ValidationTest which did not find problems.
|
int |
getWarningCount()
Returns the number of tests which gave warnings.
|
List<ValidationTest> |
getWarnings()
Returns an array of ValidationTest warnings.
|
public ValidationReport()
public void addReport(ValidationReport report)
public void addError(ValidationTest test)
public void addWarning(ValidationTest test)
public void addOK(ValidationTest test)
public void addCDKError(ValidationTest test)
public int getErrorCount()
public int getWarningCount()
public int getOKCount()
public int getCDKErrorCount()
public int getCount()
public List<ValidationTest> getErrors()
public List<ValidationTest> getWarnings()
public List<ValidationTest> getOKs()
public List<ValidationTest> getCDKErrors()
Copyright © 2017. All Rights Reserved.