Defining Checks
Introduction
We've introduced some interfaces and associated trait(s) to standardise the structure of a check.
Available Interfaces
| Interface | Description | 
|---|---|
Check | 
interface for all checks to implement | 
ListCheck | 
interface for all inspections that check lists of data to implement | 
Click on the name of an interface to see full details.
Available Traits
| Class | Description | 
|---|---|
ListCheckHelper | 
convenience trait to provide the inspectList() method of the ListCheck interface | 
Click on the name of a trait to see full details.