DecidedWord

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
class Object
trait Matchable
class Any

Value members

Concrete methods

def by[A](equality: Equality[A]): DecidedByEquality[A]

This method enables the following syntax:

This method enables the following syntax:

result should equal ("hello") (decided by defaultEquality)
                                      ^
Source:
Explicitly.scala