kind | = | "Condition" |
The root mimic of all the conditions in the system.
Mimics
Inactive cells
Active cells
Specs
Condition Default
- - should have the right kind
[ show source ]
Condition Default should have kind("Condition Default")
- - should have the right kind
[ show source ]
Condition Error should have kind("Condition Error")
- - should have the right kind
[ show source ]
Condition Warning should have kind("Condition Warning")
Inactive cells (details)
Active cells (details)
default implementation of reporting that only prints the name of the condition, and a stack trace
[ show source ]
method( "#{self text} (#{self kind}) #{context stackTraceAsText}")