TheAfterWord
This class is part of the Scalactic “explicitly DSL”. Please
see the documentation for Explicitly for an overview of
the explicitly DSL.
- Source:
- Explicitly.scala
Value members
Concrete methods
This method enables syntax such as the following:
This method enables syntax such as the following:
result should equal ("hello") (after being lowerCased)
^
- Value parameters:
- uniformity
a
Uniformitywith which to normalize an object of typeNbefore comparing it for equality with anotherNusing the implicitly passedEquality[N].
- Source:
- Explicitly.scala
This method enables syntax such as the following, given a Normalization[String] named
capitalized (and assuming the members of
TypeCheckedTripleEquals or
ConversionCheckedTripleEquals are in scope:
This method enables syntax such as the following, given a Normalization[String] named
capitalized (and assuming the members of
TypeCheckedTripleEquals or
ConversionCheckedTripleEquals are in scope:
result should === ("hello") (after being capitalized)
^
- Value parameters:
- normalization
a
Normalizationwith which to normalize an object of typeNbefore comparing it for equality with anotherNusing the implicitly passedEquivalence[N].
- Source:
- Explicitly.scala