public final class

DocumentMatchers

extends Object
java.lang.Object
   ↳ com.atlassian.jira.functest.framework.matchers.DocumentMatchers

Class Overview

Matchers for DOM4J documents.

Summary

Public Methods
static Matcher<Comment> commentWithText(String text)
static Matcher<Document> documentWithNodes(Class...<? extends Node> nodeTypes)
static Matcher<Element> elementWithName(String name)
static <N extends Node> Matcher<Document> hasNodeAt(int position, Class<N> nodeType, Matcher<N> nodeMatcher)
Protected Methods
Object clone()
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

public static Matcher<Comment> commentWithText (String text)

public static Matcher<Document> documentWithNodes (Class...<? extends Node> nodeTypes)

public static Matcher<Element> elementWithName (String name)

public static Matcher<Document> hasNodeAt (int position, Class<N> nodeType, Matcher<N> nodeMatcher)

Protected Methods

protected Object clone ()