class Matest::ExceptionRaised
Attributes
exception[R]
Public Class Methods
name()
click to toggle source
# File lib/matest/spec_status.rb, line 73 def self.name "ERROR" end
Public Instance Methods
to_s()
click to toggle source
# File lib/matest/spec_status.rb, line 69 def to_s "E" end