class HardhatSpecs::Result

Defined in:

example-code-specs.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(output : String, passing : Int32, failing : Int32) #

[View source]

Class Method Detail

def self.from(output) #

[View source]
def self.parse_failing(output) #

[View source]
def self.parse_passing(output) #

[View source]

Instance Method Detail

def failing : Int32 #

[View source]
def failing=(failing : Int32) #

[View source]
def output : String #

[View source]
def output=(output : String) #

[View source]
def passing : Int32 #

[View source]
def passing=(passing : Int32) #

[View source]