bubik Wiki
Brought to you by:
bwilczek
Reporters are a mechanism that is responsible for presenting test execution results. So far the following reporters are provided:
Multiple reporters can be used for one test execution. Examples:
# use console reporter as default one
bubik -tMyTest
# use console reporter declared implicitly
bubik -tMyTest -rconsole
# using multiple reporters
bubik -gsanity -rdb,console,excel
Internally reporters are classes implementing Listener interface.