trait XmlMatchers extends XmlBaseMatchers with XmlBeHaveMatchers
The XmlMatchers trait provides matchers which are applicaborderle to xml nodes
- Alphabetic
- By Inheritance
- XmlMatchers
- XmlBeHaveMatchers
- BeHaveMatchers
- XmlBaseMatchers
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
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
==/(node: Elem): EqualIgnoringSpaceMatcher
alias for beEqualToIgnoringSpace
alias for beEqualToIgnoringSpace
- Definition Classes
- XmlBaseMatchers
-
def
==/(node: Seq[Node]): EqualIgnoringSpaceMatcher
alias for beEqualToIgnoringSpace
alias for beEqualToIgnoringSpace
- Definition Classes
- XmlBaseMatchers
-
def
\(label: String, attributeValues1: (String, String), attributeValues: (String, String)*): XmlMatcher
alias for
\\(node, attributeValues)with the node label onlyalias for
\\(node, attributeValues)with the node label only- Definition Classes
- XmlBaseMatchers
-
def
\(node: Node, attributeValues1: (String, String), attributeValues: (String, String)*): XmlMatcher
match if
nodeis the first node of the tested node and has exactly theattributeValuesas names and values for its attributesmatch if
nodeis the first node of the tested node and has exactly theattributeValuesas names and values for its attributes- Definition Classes
- XmlBaseMatchers
-
def
\(label: String, attributes: String*): XmlMatcher
alias for
\(node)with the node label onlyalias for
\(node)with the node label only- Definition Classes
- XmlBaseMatchers
-
def
\(node: Node): XmlMatcher
match if
nodeis the first node of the tested nodematch if
nodeis the first node of the tested node- Definition Classes
- XmlBaseMatchers
-
def
\(node: Node, attributes: String*): XmlMatcher
match if
nodeis the first node of the tested node an exact match on is required on attributesmatch if
nodeis the first node of the tested node an exact match on is required on attributes- Definition Classes
- XmlBaseMatchers
-
def
\\(label: String, attributeValues1: (String, String), attributeValues: (String, String)*): XmlMatcher
alias for
\\(node, attributeValues)with the node label onlyalias for
\\(node, attributeValues)with the node label only- Definition Classes
- XmlBaseMatchers
-
def
\\(node: Node, attributeValues1: (String, String), attributeValues: (String, String)*): XmlMatcher
match if
nodeis contained anywhere inside the tested node and has exactly theattributeValuesas names and values for its attributesmatch if
nodeis contained anywhere inside the tested node and has exactly theattributeValuesas names and values for its attributes- Definition Classes
- XmlBaseMatchers
-
def
\\(label: String, attributes: String*): XmlMatcher
alias for
\\(node)with the node label onlyalias for
\\(node)with the node label only- Definition Classes
- XmlBaseMatchers
-
def
\\(node: Node): XmlMatcher
match if
nodeis contained anywhere inside the tested nodematch if
nodeis contained anywhere inside the tested node- Definition Classes
- XmlBaseMatchers
-
def
\\(node: Node, attributes: String*): XmlMatcher
match if
nodeis contained anywhere inside the tested node an exact match on is required on attributesmatch if
nodeis contained anywhere inside the tested node an exact match on is required on attributes- Definition Classes
- XmlBaseMatchers
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
be: NeutralMatcher[Any]
- Definition Classes
- BeHaveMatchers
-
def
beEqualToIgnoringSpace(node: Seq[Node]): EqualIgnoringSpaceMatcher
match if
nodeis equal to the tested node without testing empty textmatch if
nodeis equal to the tested node without testing empty text- Definition Classes
- XmlBaseMatchers
-
def
be_==/(node: Elem): EqualIgnoringSpaceMatcher
alias for beEqualToIgnoringSpace
alias for beEqualToIgnoringSpace
- Definition Classes
- XmlBaseMatchers
-
def
be_==/(node: Seq[Node]): EqualIgnoringSpaceMatcher
alias for beEqualToIgnoringSpace
alias for beEqualToIgnoringSpace
- Definition Classes
- XmlBaseMatchers
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equalToIgnoringSpace(node: Elem): EqualIgnoringSpaceMatcher
alias for beEqualToIgnoringSpace
alias for beEqualToIgnoringSpace
- Definition Classes
- XmlBaseMatchers
-
def
equalToIgnoringSpace(node: Seq[Node]): EqualIgnoringSpaceMatcher
alias for beEqualToIgnoringSpace
alias for beEqualToIgnoringSpace
- Definition Classes
- XmlBaseMatchers
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
have: NeutralMatcher[Any]
- Definition Classes
- BeHaveMatchers
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
not: NotMatcher[Any]
- Definition Classes
- BeHaveMatchers
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
implicit
def
toNeutralMatcherElem(result: NeutralMatcher[Any]): NeutralMatcherElem
- Definition Classes
- XmlBeHaveMatchers
-
implicit
def
toNotMatcherElem(result: NotMatcher[Any]): NotMatcherElem
- Definition Classes
- XmlBeHaveMatchers
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
implicit
def
toXmlResultMatcher(result: MatchResult[Seq[Node]]): XmlResultMatcher
- Definition Classes
- XmlBeHaveMatchers
-
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
- @native() @throws( ... )