This method enables the following syntax:
This method enables the following syntax:
file should (exist and be (existFile))
                   ^
This method enables the following syntax:
This method enables the following syntax:
file should (exist and equal (existFile))
                   ^
This method enables the following syntax:
This method enables the following syntax:
file should (exist or be (existFile))
                   ^
This method enables the following syntax:
This method enables the following syntax:
file should (exist or equal (existFile))
                   ^
This class is part of the ScalaTest matchers DSL. Please see the documentation for
Matchersfor an overview of the matchers DSL.