ConsoleColors

class ConsoleColors extends AnsiColors with Colors

This class defines the colors to use to print out text on the Console with defaults as AnsiColors for a dark background console

trait Colors
class Object
trait Matchable
class Any

Value members

Concrete methods

def error(s: String, doIt: Boolean): String
def failure(s: String, doIt: Boolean): String
def pending(s: String, doIt: Boolean): 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
override
def toString: String
Definition Classes
AnsiColors -> Any

Inherited methods

def color(s: String, color: AnsiColor, doIt: Boolean): String
Returns

a colored string (if args.color == true) color markers are inserted at the beginning and end of each line so that newlines are preserved

Inherited from
AnsiColors
def removeColors(s: String, doIt: Boolean): String
Returns

a string with no color codes

Inherited from
AnsiColors

Inherited fields

lazy
val all: Seq[AnsiColor]
Inherited from
AnsiColors
lazy
Inherited from
AnsiColors
lazy
Inherited from
AnsiColors
lazy
Inherited from
AnsiColors
lazy
Inherited from
AnsiColors
lazy
Inherited from
AnsiColors
lazy
Inherited from
AnsiColors
lazy
Inherited from
AnsiColors
lazy
Inherited from
AnsiColors
lazy
Inherited from
AnsiColors
lazy
Inherited from
AnsiColors

Extensions

Inherited extensions

extension (s: String)
def removeColors: String
Inherited from
AnsiColors