Trait/Object

org.specs2.matcher

XmlMatchers

Related Docs: object XmlMatchers | package matcher

Permalink

trait XmlMatchers extends XmlBaseMatchers with XmlBeHaveMatchers

The XmlMatchers trait provides matchers which are applicable to xml nodes

Linear Supertypes
XmlBeHaveMatchers, BeHaveMatchers, XmlBaseMatchers, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. XmlMatchers
  2. XmlBeHaveMatchers
  3. BeHaveMatchers
  4. XmlBaseMatchers
  5. AnyRef
  6. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. class NeutralMatcherElem extends AnyRef

    Permalink
    Definition Classes
    XmlBeHaveMatchers
  2. class NotMatcherElem extends AnyRef

    Permalink
    Definition Classes
    XmlBeHaveMatchers
  3. class XmlResultMatcher extends AnyRef

    Permalink
    Definition Classes
    XmlBeHaveMatchers

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def ==/(node: Elem): EqualIgnoringSpaceMatcher

    Permalink

    alias for beEqualToIgnoringSpace

    alias for beEqualToIgnoringSpace

    Definition Classes
    XmlBaseMatchers
  5. def ==/(node: Seq[Node]): EqualIgnoringSpaceMatcher

    Permalink

    alias for beEqualToIgnoringSpace

    alias for beEqualToIgnoringSpace

    Definition Classes
    XmlBaseMatchers
  6. def \(label: String, attributeValues1: (String, String), attributeValues: (String, String)*): XmlMatcher

    Permalink

    alias for \\(node, attributeValues) with the node label only

    alias for \\(node, attributeValues) with the node label only

    Definition Classes
    XmlBaseMatchers
  7. def \(node: Node, attributeValues1: (String, String), attributeValues: (String, String)*): XmlMatcher

    Permalink

    match if node is the first node of the tested node and has exactly the attributeValues as names and values for its attributes

    match if node is the first node of the tested node and has exactly the attributeValues as names and values for its attributes

    Definition Classes
    XmlBaseMatchers
  8. def \(label: String, attributes: String*): XmlMatcher

    Permalink

    alias for \(node) with the node label only

    alias for \(node) with the node label only

    Definition Classes
    XmlBaseMatchers
  9. def \(node: Node): XmlMatcher

    Permalink

    match if node is the first node of the tested node

    match if node is the first node of the tested node

    Definition Classes
    XmlBaseMatchers
  10. def \(node: Node, attributes: String*): XmlMatcher

    Permalink

    match if node is the first node of the tested node an exact match on is required on attributes

    match if node is the first node of the tested node an exact match on is required on attributes

    Definition Classes
    XmlBaseMatchers
  11. def \\(label: String, attributeValues1: (String, String), attributeValues: (String, String)*): XmlMatcher

    Permalink

    alias for \\(node, attributeValues) with the node label only

    alias for \\(node, attributeValues) with the node label only

    Definition Classes
    XmlBaseMatchers
  12. def \\(node: Node, attributeValues1: (String, String), attributeValues: (String, String)*): XmlMatcher

    Permalink

    match if node is contained anywhere inside the tested node and has exactly the attributeValues as names and values for its attributes

    match if node is contained anywhere inside the tested node and has exactly the attributeValues as names and values for its attributes

    Definition Classes
    XmlBaseMatchers
  13. def \\(label: String, attributes: String*): XmlMatcher

    Permalink

    alias for \\(node) with the node label only

    alias for \\(node) with the node label only

    Definition Classes
    XmlBaseMatchers
  14. def \\(node: Node): XmlMatcher

    Permalink

    match if node is contained anywhere inside the tested node

    match if node is contained anywhere inside the tested node

    Definition Classes
    XmlBaseMatchers
  15. def \\(node: Node, attributes: String*): XmlMatcher

    Permalink

    match if node is contained anywhere inside the tested node an exact match on is required on attributes

    match if node is contained anywhere inside the tested node an exact match on is required on attributes

    Definition Classes
    XmlBaseMatchers
  16. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  17. def be: NeutralMatcher[Any]

    Permalink
    Definition Classes
    BeHaveMatchers
  18. def beEqualToIgnoringSpace(node: Seq[Node]): EqualIgnoringSpaceMatcher

    Permalink

    match if node is equal to the tested node without testing empty text

    match if node is equal to the tested node without testing empty text

    Definition Classes
    XmlBaseMatchers
  19. def be_==/(node: Elem): EqualIgnoringSpaceMatcher

    Permalink

    alias for beEqualToIgnoringSpace

    alias for beEqualToIgnoringSpace

    Definition Classes
    XmlBaseMatchers
  20. def be_==/(node: Seq[Node]): EqualIgnoringSpaceMatcher

    Permalink

    alias for beEqualToIgnoringSpace

    alias for beEqualToIgnoringSpace

    Definition Classes
    XmlBaseMatchers
  21. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  22. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  23. def equalToIgnoringSpace(node: Elem): EqualIgnoringSpaceMatcher

    Permalink

    alias for beEqualToIgnoringSpace

    alias for beEqualToIgnoringSpace

    Definition Classes
    XmlBaseMatchers
  24. def equalToIgnoringSpace(node: Seq[Node]): EqualIgnoringSpaceMatcher

    Permalink

    alias for beEqualToIgnoringSpace

    alias for beEqualToIgnoringSpace

    Definition Classes
    XmlBaseMatchers
  25. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  26. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  27. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  28. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  29. def have: NeutralMatcher[Any]

    Permalink
    Definition Classes
    BeHaveMatchers
  30. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  31. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  32. def not: NotMatcher[Any]

    Permalink
    Definition Classes
    BeHaveMatchers
  33. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  34. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  35. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  36. implicit def toNeutralMatcherElem(result: NeutralMatcher[Any]): NeutralMatcherElem

    Permalink
    Definition Classes
    XmlBeHaveMatchers
  37. implicit def toNotMatcherElem(result: NotMatcher[Any]): NotMatcherElem

    Permalink
    Definition Classes
    XmlBeHaveMatchers
  38. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  39. implicit def toXmlResultMatcher(result: MatchResult[Seq[Node]]): XmlResultMatcher

    Permalink
    Definition Classes
    XmlBeHaveMatchers
  40. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from XmlBeHaveMatchers

Inherited from BeHaveMatchers

Inherited from XmlBaseMatchers

Inherited from AnyRef

Inherited from Any

Ungrouped