Colors

trait Colors

This trait defines the colors which can be used to output text on the console

The textColor ... statsColor define the AnsiColor to use The text ... stats methods taking a String as a parameter are inserting control characters to change the string color

class Object
trait Matchable
class Any

Value members

Abstract methods

def error(s: String, doIt: Boolean): String
def failure(s: String, doIt: Boolean): String
def pending(s: String, doIt: Boolean): String
def removeColors(s: String): String
def skipped(s: String, doIt: Boolean): String
def stats(s: String, doIt: Boolean): String
def success(s: String, doIt: Boolean): String
def text(s: String, doIt: Boolean): String