This class is part of the Scalactic “explicitly DSL”.”“
This class is part of the Scalactic “explicitly DSL”.”“
This class is part of the Scalactic “explicitly DSL”.”“
This class is part of the Scalactic “explicitly DSL”.”“
This class is part of the Scalactic “explicitly DSL”.”“
This field enables syntax such as the following:
This field enables syntax such as the following:
result should equal ("hello") (after being lowerCased)
^
This field enables syntax such as the following:
This field enables syntax such as the following:
result should equal ("hello") (decided by defaultEquality)
^
This field enables syntax such as the following, given an
Equivalence[String]
named myStringEquivalence
:
This field enables syntax such as the following, given an
Equivalence[String]
named myStringEquivalence
:
result should equal ("hello") (determined by myStringEquivalence)
^
Companion object for
Explicitly
, which enables the Scalactic explicitly DSL to be imported rather than mixed in, like this: