Class
RSpec::Core::Reporter
In:
lib/rspec/core/reporter.rb
Parent:
Object
Methods
example_failed
example_group_started
example_passed
example_pending
example_started
message
new
notify
report
start
stop
Public Class methods
new
(*formatters)
Public Instance methods
example_failed
(example)
example_group_started
(group)
example_passed
(example)
example_pending
(example)
example_started
(example)
message
(message)
notify
(method, *args, &block)
report
(count) {|self| ...}
start
(example_count)
stop
()
[Validate]