class Microtest::HookException
- Microtest::HookException
- Microtest::UnexpectedError
- Microtest::StandardException
- Exception
- Reference
- Object
Defined in:
microtest/exceptions.crConstructors
Instance Method Summary
Instance methods inherited from class Microtest::UnexpectedError
exception : Exception
exception,
suite : String
suite,
test : String
test
Constructor methods inherited from class Microtest::UnexpectedError
new(suite : String, test : String, exception : Exception)
new
Instance methods inherited from class Microtest::StandardException
file : String
file,
line : Int32
line
Constructor methods inherited from class Microtest::StandardException
new(msg, file : String, line : Int32)
new
Constructor Detail
def self.new(suite, test, exception, test_exception : Microtest::StandardException | Symbol | Nil)
#