class Spec2::Expectation(T)
- Spec2::Expectation(T)
- Reference
- Object
Included Modules
Defined in:
expectation.crConstructors
Instance Method Summary
- #actual
- #callback(ok, failure_message, failure_message_when_negated)
- #matcher : Matcher | Nil
- #negative : Bool
- #negative_callback(ok, message)
- #not_to(matcher : Spec2::Matcher | Nil)
- #not_to_be
- #positive_callback(ok, message)
- #to(matcher : Spec2::Matcher | Nil)
- #to_be