org.scalatest.LoneElement
Wrapper class that adds a loneElement method to String for which an implicit Collecting[C] is available.
loneElement
String
Collecting[C]
Through the implicit conversion provided by trait LoneElement, this class allows you to make statements like:
LoneElement
"9".loneElement should be ('9')
the String to wrap
Wrapper class that adds a
loneElement
method toString
for which an implicitCollecting[C]
is available.Through the implicit conversion provided by trait
LoneElement
, this class allows you to make statements like: