class Mint::TestRunner::Message

Included Modules

Defined in:

test_runner.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def location : Ast::Node::Location | Nil #

[View source]
def location=(location : Ast::Node::Location | Nil) #

[View source]
def name : String | Nil #

[View source]
def name=(name : String | Nil) #

[View source]
def result : String | Nil #

[View source]
def result=(result : String | Nil) #

[View source]
def suite : String | Nil #

[View source]
def suite=(suite : String | Nil) #

[View source]
def type : String #

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

[View source]