public class HandleCheckError
extends java.lang.Object
Simple class to isolate OEChecks from junit but allow its
checks to be used in JUnit tests. This implementation
just reports errors to System.out. In a JUnit environment
an implementation can use Assert.fail() to report failures.