Package gov.niem.tools.api.validation
Class TestReport
java.lang.Object
gov.niem.tools.api.validation.TestReport
A test report that consists of a list of tests that may (or may not) have been run.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
Supported formats for the validation results file (e.g., json, csv)static class
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic TestReport.TestReportBuilder
builder()
protected boolean
boolean
long
long
getInfo()
long
Consolidates results from each test into a single test result list.getTests()
long
int
hashCode()
void
setComment
(String comment) void
void
toString()
-
Field Details
-
tests
-
comment
-
-
Constructor Details
-
TestReport
public TestReport() -
TestReport
-
-
Method Details
-
getTestResults
Consolidates results from each test into a single test result list. -
getErrors
public long getErrors() -
getWarnings
public long getWarnings() -
getInfo
public long getInfo() -
getPassed
public long getPassed() -
setDefaultComment
public void setDefaultComment() -
builder
-
getTests
-
getComment
-
setTests
-
setComment
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-