org
.
specs2
.
matcher
LeftDisjunctionMatcher
Related Doc:
package matcher
case class
LeftDisjunctionMatcher
[
T
]
()
extends
OptionLikeMatcher
[[a]
\/
[
a
, _],
T
,
T
] with
Product
with
Serializable
Linear Supertypes
Serializable
,
Serializable
,
Product
,
Equals
,
OptionLikeMatcher
[[a]
\/
[
a
, _],
T
,
T
],
Matcher
[
\/
[
T
,
Any
]],
AnyRef
,
Any
Ordering
Alphabetic
By Inheritance
Inherited
LeftDisjunctionMatcher
Serializable
Serializable
Product
Equals
OptionLikeMatcher
Matcher
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Instance Constructors
new
LeftDisjunctionMatcher
()
Value Members
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
^^
[
S
]
(
f: (
S
) ⇒
Expectable
[
\/
[
T
,
Any
]]
,
dummy:
Int
)
:
Matcher
[
S
]
Definition Classes
Matcher
def
^^
[
S
]
(
f: (
S
) ⇒
\/
[
T
,
Any
]
)
:
Matcher
[
S
]
Definition Classes
Matcher
def
and
[
S <:
\/
[
T
,
Any
]
]
(
m: ⇒
Matcher
[
S
]
)
:
Matcher
[
S
]
Definition Classes
Matcher
def
apply
[
S <:
\/
[
T
,
Any
]
]
(
value:
Expectable
[
S
]
)
:
MatchResult
[
S
]
Definition Classes
OptionLikeMatcher → Matcher
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
eventually
(
retries:
Int
,
sleep:
Duration
)
:
Matcher
[
\/
[
T
,
Any
]]
Definition Classes
Matcher
def
eventually
:
Matcher
[
\/
[
T
,
Any
]]
Definition Classes
Matcher
def
failure
[
S <:
\/
[
T
,
Any
]
]
(
message: ⇒
String
,
value:
Expectable
[
S
]
)
:
MatchResult
[
S
]
Attributes
protected
Definition Classes
Matcher
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
iff
(
b:
Boolean
)
:
Matcher
[
\/
[
T
,
Any
]]
Definition Classes
Matcher
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
def
lazily
:
Matcher
[() ⇒
\/
[
T
,
Any
]]
Definition Classes
Matcher
def
like
[
R
]
(
f:
PartialFunction
[
T
,
R
]
)
(
implicit
arg0:
AsResult
[
R
]
)
:
OptionLikeCheckedMatcher
[[a]
\/
[
a
, _],
T
,
T
]
Definition Classes
OptionLikeMatcher
def
mute
:
Matcher
[
\/
[
T
,
Any
]]
Definition Classes
Matcher
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
not
:
Matcher
[
\/
[
T
,
Any
]]
Definition Classes
Matcher
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
def
or
[
S <:
\/
[
T
,
Any
]
]
(
m: ⇒
Matcher
[
S
]
)
:
Matcher
[
S
]
Definition Classes
Matcher
def
orPending
(
message: (
String
) ⇒
String
)
:
Matcher
[
\/
[
T
,
Any
]]
Definition Classes
Matcher
def
orPending
(
m:
String
)
:
Matcher
[
\/
[
T
,
Any
]]
Definition Classes
Matcher
def
orPending
:
Matcher
[
\/
[
T
,
Any
]]
Definition Classes
Matcher
def
orSkip
(
message: (
String
) ⇒
String
)
:
Matcher
[
\/
[
T
,
Any
]]
Definition Classes
Matcher
def
orSkip
(
m:
String
)
:
Matcher
[
\/
[
T
,
Any
]]
Definition Classes
Matcher
def
orSkip
:
Matcher
[
\/
[
T
,
Any
]]
Definition Classes
Matcher
def
result
[
S <:
\/
[
T
,
Any
]
]
(
other:
MatchResultMessages.MatchResultMessage
,
value:
Expectable
[
S
]
)
:
MatchResult
[
S
]
Attributes
protected
Definition Classes
Matcher
def
result
[
S <:
\/
[
T
,
Any
]
]
(
other:
Result
,
value:
Expectable
[
S
]
)
:
MatchResult
[
S
]
Attributes
protected
Definition Classes
Matcher
def
result
[
S <:
\/
[
T
,
Any
]
]
(
other:
MatchResult
[_]
,
value:
Expectable
[
S
]
)
:
MatchResult
[
S
]
Attributes
protected
Definition Classes
Matcher
def
result
[
S <:
\/
[
T
,
Any
]
]
(
test: ⇒
Boolean
,
okMessage: ⇒
String
,
koMessage: ⇒
String
,
value:
Expectable
[
S
]
,
details:
Details
)
:
MatchResult
[
S
]
Attributes
protected
Definition Classes
Matcher
def
result
[
S <:
\/
[
T
,
Any
]
]
(
test: ⇒
Boolean
,
okMessage: ⇒
String
,
koMessage: ⇒
String
,
value:
Expectable
[
S
]
,
expected:
String
,
actual:
String
)
:
MatchResult
[
S
]
Attributes
protected
Definition Classes
Matcher
def
result
[
S <:
\/
[
T
,
Any
]
]
(
triplet: ⇒ (
Boolean
,
String
,
String
)
,
value:
Expectable
[
S
]
)
:
MatchResult
[
S
]
Attributes
protected
Definition Classes
Matcher
def
result
[
S <:
\/
[
T
,
Any
]
]
(
test: ⇒
Boolean
,
okMessage: ⇒
String
,
koMessage: ⇒
String
,
value:
Expectable
[
S
]
)
:
MatchResult
[
S
]
Attributes
protected
Definition Classes
Matcher
def
setMessage
(
message:
String
)
:
Matcher
[
\/
[
T
,
Any
]]
Definition Classes
Matcher
def
success
[
S <:
\/
[
T
,
Any
]
]
(
message: ⇒
String
,
value:
Expectable
[
S
]
)
:
MatchResult
[
S
]
Attributes
protected
Definition Classes
Matcher
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
test
: (
\/
[
T
,
Any
]) ⇒
Boolean
Definition Classes
Matcher
def
unless
(
b:
Boolean
,
m:
String
)
:
Matcher
[
\/
[
T
,
Any
]]
Definition Classes
Matcher
def
updateMessage
(
f: (
String
) ⇒
String
)
:
Matcher
[
\/
[
T
,
Any
]]
Definition Classes
Matcher
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
def
when
(
b:
Boolean
,
m:
String
)
:
Matcher
[
\/
[
T
,
Any
]]
Definition Classes
Matcher
def
which
[
R
]
(
f: (
T
) ⇒
R
)
(
implicit
arg0:
AsResult
[
R
]
)
:
OptionLikeCheckedMatcher
[[a]
\/
[
a
, _],
T
,
T
]
Definition Classes
OptionLikeMatcher
Inherited from
Serializable
Inherited from
Serializable
Inherited from
Product
Inherited from
Equals
Inherited from
OptionLikeMatcher
[[a]
\/
[
a
, _],
T
,
T
]
Inherited from
Matcher
[
\/
[
T
,
Any
]]
Inherited from
AnyRef
Inherited from
Any
Ungrouped