Class
Bacon::TestUnitOutput::TapOutput::KnockOutput::Context
In:
lib/bacon.rb
Parent:
Object
Methods
after
before
behaves_like
change?
describe
it
new
raise?
run
run_requirement
should
throw?
Attributes
block
[R]
name
[R]
Public Class methods
new
(name, &block)
Public Instance methods
after
(&block)
before
(&block)
behaves_like
(*names)
change?
(&block)
describe
(*args, &block)
it
(description, &block)
raise?
(*args, &block)
run
()
run_requirement
(description, spec)
should
(*args, &block)
throw?
(*args, &block)
[Validate]