W3cubDocs

/Ruby / Minitest

class Minitest::StatisticsReporter

Parent:
Minitest::Reporter

A reporter that gathers statistics about a test run. Does not do any IO because meant to be used as a parent class for a reporter that does.

If you want to create an entirely different type of output (eg, CI, HTML, etc), this is the place to start.

© Ryan Davis, seattle.rb
Licensed under the MIT License.