Class
Turn::TestMethod
In:
lib/turn/components/method.rb
Parent:
Object
Methods
error!
error?
fail!
fail?
new
pass?
skip!
skip?
to_s
Attributes
backtrace
[RW]
file
[RW]
message
[RW]
name
[RW]
raised
[RW]
Public Class methods
new
(name)
Public Instance methods
error!
(exception)
error?
()
fail!
(assertion)
fail?
()
pass?
()
TODO: should this include `or @skip`?
skip!
(assertion)
skip?
()
to_s
()
[Validate]