final class ExistWord extends AnyRef
This class is part of the ScalaTest matchers DSL. Please see the documentation for Matchers
for an overview of
the matchers DSL.
- Source
- ExistWord.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ExistWord
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new ExistWord()
Value Members
-
def
and(anotherMatcher: Matcher[Any]): MatcherFactory1[Any, Existence]
This method enables the following syntax:
This method enables the following syntax:
file should (exist and be (existFile)) ^
-
def
and[TYPECLASS1[_]](anotherMatcherFactory: MatcherFactory1[Any, TYPECLASS1]): MatcherFactory2[Any, Existence, TYPECLASS1]
This method enables the following syntax:
This method enables the following syntax:
file should (exist and equal (existFile)) ^
-
def
or(anotherMatcher: Matcher[Any]): MatcherFactory1[Any, Existence]
This method enables the following syntax:
This method enables the following syntax:
file should (exist or be (existFile)) ^
-
def
or[TYPECLASS1[_]](anotherMatcherFactory: MatcherFactory1[Any, TYPECLASS1]): MatcherFactory2[Any, Existence, TYPECLASS1]
This method enables the following syntax:
This method enables the following syntax:
file should (exist or equal (existFile)) ^