struct Microtest::BacktracePrinter::Entry

Defined in:

microtest/backtrace_printer.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(kind : Symbol, path : String, line : Int32, func : String) #

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(kind _kind = @kind, path _path = @path, line _line = @line, func _func = @func) #

[View source]
def func : String #

def kind : Symbol #

def line : Int32 #

def path : String #