Package docking.test

Class TestFailingErrorDisplayWrapper

java.lang.Object
docking.test.TestFailingErrorDisplayWrapper
All Implemented Interfaces:
ErrorDisplay

public class TestFailingErrorDisplayWrapper extends Object implements ErrorDisplay
An error display wrapper that allows us to fail tests when errors are encountered. This is a way for us to fail for exceptions that come from client code, but are handled by the error display service, while running tests.