(String message, Object text)
| 138 | } |
| 139 | |
| 140 | static public void green(String message, Object text) { |
| 141 | printlnDecorated("\033[33m", message, text, "\033[0m"); |
| 142 | } |
| 143 | |
| 144 | static protected String toString(Object o) { |
| 145 |
nothing calls this directly
no test coverage detected