org.scalatest.matchers.Matchers.MatcherWrapper
This method enables the following syntax:
This method enables the following syntax:
Array(1, 2) should (have length (2) and have length (3 - 1)) ^
This method enables the following syntax:
This method enables the following syntax:
Array(1, 2) should (have size (2) and have size (3 - 1)) ^
This class is part of the ScalaTest matchers DSL. Please see the documentation for
ShouldMatchers
orMustMatchers
for an overview of the matchers DSL.