C D H J M N R T V W X
All Classes All Packages
All Classes All Packages
All Classes All Packages
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
- describeTo(Description) - Method in class com.jcabi.matchers.XPathMatcher
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.
- matchesSafely(T) - Method in class com.jcabi.matchers.XPathMatcher
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.
- XPathMatcher<T> - Class in com.jcabi.matchers
-
Matcher of XPath against a plain string.
- XPathMatcher(String, NamespaceContext) - Constructor for class com.jcabi.matchers.XPathMatcher
-
Public ctor.
All Classes All Packages