class Mint::TestRunner::Message
- Mint::TestRunner::Message
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
test_runner/message.crConstructors
Instance Method Summary
- #location : Ast::Node::Location | Nil
- #location=(location : Ast::Node::Location | Nil)
- #name : String | Nil
- #name=(name : String | Nil)
- #result : String | Nil
- #result=(result : String | Nil)
- #suite : String | Nil
- #suite=(suite : String | Nil)
- #type : String
- #type=(type : String)