class ReportData

Defined in:

spinach.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(expected : String, actual : String | Hash(String, String), passed : Bool, implementation_status : String, trace : Array(String) | Nil) #

[View source]

Instance Method Detail

def actual : String | Hash(String, String) #

[View source]
def expected : String #

[View source]
def implementation_status : String #

[View source]
def passed : Bool #

[View source]
def trace : Array(String) | Nil #

[View source]