class Spectator::SuccessfulResult
Overview
Outcome that indicates running an example was successful.
Defined in:
spectator/successful_result.crInstance Method Summary
-
#call(interface)
Calls the
success
method on interface. -
#call(interface, &)
Calls the
success
method on interface and passes the yielded value. -
#to_s(io)
One-word descriptor of the result.
Instance methods inherited from class Spectator::FinishedResult
elapsed : Time::Span
elapsed,
expectations : Expectations::ExampleExpectations
expectations
Constructor methods inherited from class Spectator::FinishedResult
new(example, elapsed : Time::Span, expectations : Spectator::Expectations::ExampleExpectations)
new
Instance methods inherited from class Spectator::Result
call(interface)call(interface, &block : Result -> _) call, example : Example example, to_json(json : JSON::Builder) to_json