Interface DatabaseConformanceSuite.Reporter
- Enclosing class:
DatabaseConformanceSuite
public static interface DatabaseConformanceSuite.Reporter
Receives the outcome of each individual check.
-
Method Summary
-
Method Details
-
check
Records one assertion.
Parameters
-
condition: true when the check passed -
message: describes what was being checked, and is shown when it fails
-
-
skip
Records that a group of checks was not applicable here.
Parameters
reason: why the checks were skipped
-
info
Records a diagnostic note that is not itself a pass or a failure.
Parameters
message: the observation
-