case classPrettifierConfig(prettifier: Prettifier) extends Product with Serializable
This class is deprecated and will be removed in a future version of ScalaTest. Please use an
implicit Prettifier and PrettyMethods instead.
Wraps a Prettifier.
This class exists so that instances of PrettifierConfig can be made implicit instead
of Prettifer. Because Prettifier is a Any => String,
making it implicit could result in unintentional applications.
This class is deprecated and will be removed in a future version of ScalaTest. Please use an implicit Prettifier and PrettyMethods instead.
Wraps a
Prettifier.This class exists so that instances of
PrettifierConfigcan be made implicit instead ofPrettifer. BecausePrettifieris aAny => String, making it implicit could result in unintentional applications.the configured
PrettifierPlease use Prettifer and PrettyMethods instead.