final class ResultOfNotExist 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
- ResultOfNotExist.scala
- Alphabetic
- By Inheritance
- ResultOfNotExist
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
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 (not (exist) and equal (existFile)) ^
-
def
and(anotherMatcher: Matcher[Any]): MatcherFactory1[Any, Existence]
This method enables the following syntax:
This method enables the following syntax:
file should (not (exist) and 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 (not (exist) or equal (existFile)) ^
-
def
or(anotherMatcher: Matcher[Any]): MatcherFactory1[Any, Existence]
This method enables the following syntax:
This method enables the following syntax:
file should (not (exist) or be (existFile)) ^
-
def
toString(): String
Overrides toString to return "not exist"
Overrides toString to return "not exist"
- Definition Classes
- ResultOfNotExist → AnyRef → Any