net.sourceforge.sqlunit.reporters |
Reporter plug-ins for SQLUnit. SQLUnit comes configured with the default text reporter, but provides the ability to hook in a reporter of your choice that works with your existing system.
All reporter plug-ins should implement the IReporter interface, and needs to provide code that will be executed by SQLUnit for reporting.
Acknowledgement
The plug-in code was contributed largely by Rob Nielsen. He needed to use SQLUnit with Canoo, so he factored out the reporting code from SQLUnit and made it into the TextReporter, and built the CanooWebTestReporter plug-in.
|
Java Source File Name | Type | Comment |
CanooWebTestReporter.java | Class | SQLUnit Reporter that works with the Canoo Web Test framework. |
EmptyReporter.java | Class | An empty reporter implementation. |
ReporterList.java | Class | A IReporter that contains a list of other IReporters. |
TextReporter.java | Class | SQLUnit reporter that writes its text to standard output. |