class Minitest::Result

Defined in:

result.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(class_name : String, name : String) #

[View source]

Instance Method Detail

def assertions : Int64 #

[View source]
def class_name : String #

[View source]
def failure : Assertion | Skip | UnexpectedError #

[View source]
def failures : Array(Assertion | Skip | UnexpectedError) #

[View source]
def name : String #

[View source]
def passed? : Bool #

[View source]
def result_code : Char #

[View source]
def skipped? : Bool #

[View source]
def time : Time::Span #

def time=(time : Time::Span) #

[View source]
def time? : Time::Span | Nil #