org.scalatest.matchers.Matchers.MatcherWrapper
This method enables the following syntax:
This method enables the following syntax:
isFileMock should (be a (file) or be a (directory)) ^
This method enables the following syntax:
This method enables the following syntax:
isFileMock should (be a ('file) or be a ('directory)) ^
This method enables the following syntax:
This method enables the following syntax:
appleMock should (be an (orange) or be an (apple)) ^
This method enables the following syntax:
This method enables the following syntax:
appleMock should (be an ('orange) or be an ('apple)) ^
This method enables the following syntax:
This method enables the following syntax:
obj should (be theSameInstanceAs (string) or be theSameInstanceAs (otherString)) ^
This class is part of the ScalaTest matchers DSL. Please see the documentation for
ShouldMatchers
orMustMatchers
for an overview of the matchers DSL.