class Spectator::PassResult
Overview
Outcome that indicates running an example was successful.
Defined in:
spectator/pass_result.crInstance Method Summary
-
#accept(visitor)
Calls the
pass
method on visitor. -
#accept(visitor, &)
Calls the
pass
method on visitor. -
#fail? : Bool
Indicates whether the example failed.
-
#pass? : Bool
Indicates whether the example passed.
-
#to_json(json : JSON::Builder)
Creates a JSON object from the result information.
-
#to_s(io : IO) : Nil
One-word description of the result.
Instance methods inherited from class Spectator::Result
accept(visitor)
accept,
elapsed : Time::Span
elapsed,
expectations : Enumerable(Expectation)
expectations,
fail? : Bool
fail?,
pass? : Bool
pass?,
pending? : Bool
pending?,
to_json(json : JSON::Builder)
to_json
Constructor methods inherited from class Spectator::Result
new(elapsed : Time::Span, expectations : Enumerable(Spectator::Expectation) = [] of Expectation)
new
Instance methods inherited from class Object
should(matcher : Spectator::Matchers::TypeMatcher(U), message = nil, *, _file = __FILE__, _line = __LINE__) forall Ushould(matcher, message = nil, *, _file = __FILE__, _line = __LINE__) should, should_eventually(matcher, message = nil, *, _file = __FILE__, _line = __LINE__) should_eventually, should_never(matcher, message = nil, *, _file = __FILE__, _line = __LINE__) should_never, should_not(matcher : Spectator::Matchers::TypeMatcher(U), message = nil, *, _file = __FILE__, _line = __LINE__) forall U
should_not(matcher : Spectator::Matchers::NilMatcher, message = nil, *, _file = __FILE__, _line = __LINE__)
should_not(matcher, message = nil, *, _file = __FILE__, _line = __LINE__) should_not