class Microtest::PowerAssert::ListFormatter

Defined in:

microtest/power_assert_formatter.cr

Constant Summary

ASSERT_COLOR = RGB.new(200, 0, 0)
ASSERT_EXP_COLOR = RGB.new(250, 80, 80)
BAR_COLOR = RGB.new(200, 50, 50)

Constructors

Instance Method Summary

Instance methods inherited from class Microtest::PowerAssert::Formatter

call(node : Node) : String call

Constructor Detail

def self.new(colorize : Bool = true) #

[View source]

Instance Method Detail

def call(node : Node) : String #

[View source]
def colorize? : Bool #

[View source]