class Microtest::UnexpectedError

Direct Known Subclasses

Defined in:

microtest/exceptions.cr

Constructors

Instance Method Summary

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 : String, test : String, exception : Exception) #

[View source]

Instance Method Detail

def exception : Exception #

[View source]
def suite : String #

[View source]
def test : String #

[View source]