Colored Unit Test Trainer
open class ColoredUnitTestTrainer(minLevel: Level = Level.VERBOSE, showTimestamp: Boolean = true) : UnitTestTrainer(source)
ColoredTestTrainer extends UnitTestTrainer with ANSI color support.
This trainer inherits all the functionality of UnitTestTrainer but adds beautiful color coding for different log levels and exceptions.
Features over base UnitTestTrainer:
ANSI color coding by log level
Colored exception highlighting
All the same smart features (test detection, timestamps, etc.)
Since
0.0.1
Parameters
min Level
Minimum log level to output (defaults to Level.VERBOSE - shows all)
show Timestamp
Whether to include timestamps in output (defaults to true)