class Microtest::HookException

Defined in:

microtest/exceptions.cr

Constructors

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) #

[View source]

Instance Method Detail

def test_exception : StandardException | Symbol | Nil #

[View source]