C D H J M N R T V W X 

C

com.jcabi.matchers - package com.jcabi.matchers
Hamcrest matchers.
containsAllPatterns(String...) - Static method in class com.jcabi.matchers.RegexMatchers
Checks whether a String contains a subsequence matching any of the given regular expressions.
containsAnyPattern(String...) - Static method in class com.jcabi.matchers.RegexMatchers
Checks whether a String contains a subsequence matching any of the given regular expressions.
containsPattern(String) - Static method in class com.jcabi.matchers.RegexMatchers
Checks whether a String contains a subsequence matching the given regular expression.

D

describeTo(Description) - Method in class com.jcabi.matchers.NoBrokenLinks
 

H

hasXPath(String) - Static method in class com.jcabi.matchers.XhtmlMatchers
Matches content against XPath query.
hasXPath(String, Object...) - Static method in class com.jcabi.matchers.XhtmlMatchers
Matches content against XPath query, with custom namespaces.
hasXPath(String, NamespaceContext) - Static method in class com.jcabi.matchers.XhtmlMatchers
Matches content against XPath query, with custom context.
hasXPaths(String...) - Static method in class com.jcabi.matchers.XhtmlMatchers
Matches content against list of XPaths.

J

JaxbConverter - Class in com.jcabi.matchers
JAXB-empowered object to XML converting utility.

M

matches(Object) - Method in class com.jcabi.matchers.NoBrokenLinks
 
matchesAnyPattern(String...) - Static method in class com.jcabi.matchers.RegexMatchers
Checks whether a String matches at lease one of given regular expressions.
matchesPattern(String) - Static method in class com.jcabi.matchers.RegexMatchers
Checks whether a String matches the given regular expression.

N

NoBrokenLinks - Class in com.jcabi.matchers
Finds broken links in HTML.
NoBrokenLinks(URI) - Constructor for class com.jcabi.matchers.NoBrokenLinks
Public ctor.

R

RegexMatchers - Class in com.jcabi.matchers
Convenient matchers for checking Strings against regular expressions.

T

the(Object, Class<?>...) - Static method in class com.jcabi.matchers.JaxbConverter
Convert an object to XML.

V

validCss() - Static method in class com.jcabi.matchers.W3CMatchers
Matcher for validating CSS content against W3C validation servers.
validHtml() - Static method in class com.jcabi.matchers.W3CMatchers
Matcher for validating HTML content against W3C validation servers.

W

W3CMatchers - Class in com.jcabi.matchers
Matchers for validating HTML and CSS content.

X

xhtml(T) - Static method in class com.jcabi.matchers.XhtmlMatchers
Makes XHTML source presentable for testing.
XhtmlMatchers - Class in com.jcabi.matchers
Convenient set of matchers for XHTML/XML content.
C D H J M N R T V W X 

Copyright © 2012–2017 jcabi.com. All rights reserved.