public interface ValidationTool
Modifier and Type | Method and Description |
---|---|
static ValidationResults |
convertResults(List<ValidationTaskResult> results)
Converts the results of the
runAllTests() method into a map for digestion by
other components. |
Map<String,ValidationTask> |
getTasks() |
List<ValidationTaskResult> |
runAllTests()
Runs validation tests.
|
static String |
toJson(ValidationResults map)
Convert to Json format of the validation result.
|
Map<String,ValidationTask> getTasks()
List<ValidationTaskResult> runAllTests() throws InterruptedException
InterruptedException
static ValidationResults convertResults(List<ValidationTaskResult> results)
runAllTests()
method into a map for digestion by
other components.results
- a result from a validation toolstatic String toJson(ValidationResults map)
map
- result stored in a mapCopyright © 2023. All Rights Reserved.