Instance Constructors
-
new
EqualIgnoringSpaceMatcher(node: Seq[Node])
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
def
^^[S](f: (S) ⇒ Expectable[Seq[Node]], dummy: Int): Matcher[S]
-
def
^^[S](f: (S) ⇒ Seq[Node]): Matcher[S]
-
def
and[S <: Seq[Node]](m: ⇒ Matcher[S]): Matcher[S]
-
def
apply[S <: Seq[Node]](n: Expectable[S]): MatchResult[S]
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
eventually(retries: Int, sleep: Duration): Matcher[Seq[Node]]
-
def
eventually: Matcher[Seq[Node]]
-
def
failure[S <: Seq[Node]](message: ⇒ String, value: Expectable[S]): MatchResult[S]
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
def
iff(b: Boolean): Matcher[Seq[Node]]
-
final
def
isInstanceOf[T0]: Boolean
-
def
koMessage[S <: Seq[Node]](n: Expectable[S], node: Seq[Node]): String
-
def
lazily: Matcher[() ⇒ Seq[Node]]
-
def
mute: Matcher[Seq[Node]]
-
final
def
ne(arg0: AnyRef): Boolean
-
def
not: Matcher[Seq[Node]]
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
or[S <: Seq[Node]](m: ⇒ Matcher[S]): Matcher[S]
-
def
orPending(message: (String) ⇒ String): Matcher[Seq[Node]]
-
def
orPending(m: String): Matcher[Seq[Node]]
-
def
orPending: Matcher[Seq[Node]]
-
def
orSkip(message: (String) ⇒ String): Matcher[Seq[Node]]
-
def
orSkip(m: String): Matcher[Seq[Node]]
-
def
orSkip: Matcher[Seq[Node]]
-
-
def
result[S <: Seq[Node]](other: MatchResultMessages.MatchResultMessage, value: Expectable[S]): MatchResult[S]
-
def
result[S <: Seq[Node]](other: Result, value: Expectable[S]): MatchResult[S]
-
def
result[S <: Seq[Node]](other: MatchResult[_], value: Expectable[S]): MatchResult[S]
-
def
result[S <: Seq[Node]](test: ⇒ Boolean, okMessage: ⇒ String, koMessage: ⇒ String, value: Expectable[S], details: Details): MatchResult[S]
-
def
result[S <: Seq[Node]](test: ⇒ Boolean, okMessage: ⇒ String, koMessage: ⇒ String, value: Expectable[S], expected: String, actual: String): MatchResult[S]
-
def
result[S <: Seq[Node]](triplet: ⇒ (Boolean, String, String), value: Expectable[S]): MatchResult[S]
-
def
result[S <: Seq[Node]](test: ⇒ Boolean, okMessage: ⇒ String, koMessage: ⇒ String, value: Expectable[S]): MatchResult[S]
-
def
setMessage(message: String): Matcher[Seq[Node]]
-
def
success[S <: Seq[Node]](message: ⇒ String, value: Expectable[S]): MatchResult[S]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
test: (Seq[Node]) ⇒ Boolean
-
def
toString(): String
-
def
unless(b: Boolean, m: String): Matcher[Seq[Node]]
-
def
updateMessage(f: (String) ⇒ String): Matcher[Seq[Node]]
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
def
when(b: Boolean, m: String): Matcher[Seq[Node]]
Inherited from Matcher[Seq[Node]]
Inherited from AnyRef
Inherited from Any
Matcher for equalIgnoreSpace comparison, ignoring the nodes order