Class
Bacon::TestUnitOutput::TapOutput::Should
In:
lib/bacon.rb
Parent:
Object
Methods
a
an
be
equal
flunk
identical_to
match
method_missing
new
not
same_as
satisfy
Public Class methods
new
(object)
Public Instance methods
a
(*args, &block)
Alias for
be
an
(*args, &block)
Alias for
be
be
(*args, &block)
equal
(value)
flunk
(reason="Flunked")
identical_to
(value)
match
(value)
method_missing
(name, *args, &block)
not
(*args, &block)
same_as
(value)
Alias for
identical_to
satisfy
(description="") {|@object| ...}
[Validate]