org.scalactic.PrettyMethods
Implicit class that adds a pretty method to any object.
pretty
The constructor of this class, besides taking an object o to prettify, also takes an implicit PrettifierConfig that the pretty method will use to prettify the object.
o
PrettifierConfig
the object to prettify
an implicit PrettifierConfig whose Prettifier will be used to prettify the passed object o
Prettifier
Returns a pretty String representation of the object o
String
Implicit class that adds a
pretty
method to any object.The constructor of this class, besides taking an object
o
to prettify, also takes an implicitPrettifierConfig
that thepretty
method will use to prettify the object.