Reporter
is a class that is called by the FindBugs engine in order to record and report bugs that have been found. This implementation displays the bugs found as tasks in the task view.
@author Peter Friese
@author David Hovemeyer
@version 1.0
@since 28.07.2003
One of the key points of mocking library is proper verification/exception messages. All messages in one place makes it easier to tune and amend them.
Reporter can be injected and therefore is easily testable.
Generally, exception messages are full of line breaks to make them easy to read (xunit plugins take only fraction of screen on modern IDEs).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|