Class Matchy::Expectations::OperatorExpectation
In: lib/matchy/built_in/operator_expectations.rb
Parent: Object

Class to handle operator expectations.

Examples

  13.should == 13
  "hello".length.should_not == 2

Methods

Included Modules

Test::Unit::Assertions

Public Class methods

Protected Instance methods

[Validate]