class Spectator::PendingResult
Overview
Outcome that indicates running an example was pending. A pending result means the example is not ready to run yet. This can happen when the functionality to be tested is not implemented yet.
Defined in:
spectator/pending_result.crInstance Method Summary
-
#call(interface)
Calls the
pending
method on interface. -
#call(interface, &)
Calls the
pending
method on interface and passes the yielded value. -
#to_s(io)
One-word descriptor of the result.
Instance methods inherited from class Spectator::Result
call(interface)call(interface, &block : Result -> _) call, example : Example example, to_json(json : JSON::Builder) to_json