A C D E G H I M R W X 

A

asXml(String) - Static method in class com.github.restdriver.XmlUtil
Converts the given string to an XML element.

C

com.github.restdriver - package com.github.restdriver
 
com.github.restdriver.exception - package com.github.restdriver.exception
 
com.github.restdriver.matchers - package com.github.restdriver.matchers
 
com.github.restdriver.matchers.util - package com.github.restdriver.matchers.util
 
ContainingValue - Class in com.github.restdriver.matchers
Matcher which checks that a JSON array contains the specified value.
ContainingValue(Matcher<?>) - Constructor for class com.github.restdriver.matchers.ContainingValue
Create a new instance which uses the given matcher against all values in a JSON array.
convert(Matcher<T>) - Method in class com.github.restdriver.matchers.util.HamcrestConverter
 

D

describeMismatchSafely(String, Description) - Method in class com.github.restdriver.matchers.HasJsonWhich
 
describeTo(Description) - Method in class com.github.restdriver.matchers.ContainingValue
 
describeTo(Description) - Method in class com.github.restdriver.matchers.HasJsonArray
 
describeTo(Description) - Method in class com.github.restdriver.matchers.HasJsonPath
 
describeTo(Description) - Method in class com.github.restdriver.matchers.HasJsonValue
 
describeTo(Description) - Method in class com.github.restdriver.matchers.HasJsonWhich
 
describeTo(Description) - Method in class com.github.restdriver.matchers.IsEquivalentXml
 
describeTo(Description) - Method in class com.github.restdriver.matchers.MatchesRegex
 
describeTo(Description) - Method in class com.github.restdriver.matchers.WithSize
 
describeTo(Description) - Method in class com.github.restdriver.matchers.WithValueAt
 

E

equivalentXmlTo(String) - Static method in class com.github.restdriver.Matchers
 

G

getVersion() - Static method in class com.github.restdriver.RestDriverProperties
 

H

HamcrestConverter<T,U> - Class in com.github.restdriver.matchers.util
Used to convert a Matcher<T> to a Matcher <U> by using a provided Function<U, T>.
HamcrestConverter(Function<U, T>) - Constructor for class com.github.restdriver.matchers.util.HamcrestConverter
 
HasJsonArray - Class in com.github.restdriver.matchers
Matcher to verify that a JsonNode has an array with the specified field name.
HasJsonArray(String, Matcher<?>) - Constructor for class com.github.restdriver.matchers.HasJsonArray
Create an instance of this matcher.
HasJsonPath<T> - Class in com.github.restdriver.matchers
Matcher to enable assertions on JSON objects using JSONpath.
HasJsonPath(String) - Constructor for class com.github.restdriver.matchers.HasJsonPath
Constructor.
HasJsonPath(String, Matcher<T>) - Constructor for class com.github.restdriver.matchers.HasJsonPath
Constructor.
hasJsonPath(String) - Static method in class com.github.restdriver.Matchers
Checks whether the given JSON object matches the JSONpath.
hasJsonPath(String, Matcher<T>) - Static method in class com.github.restdriver.Matchers
Checks whether the given JSON object matches the JSONpath.
HasJsonValue - Class in com.github.restdriver.matchers
Matcher to check that a given key has a particular value in a JsonNode.
HasJsonValue(String, Matcher<?>) - Constructor for class com.github.restdriver.matchers.HasJsonValue
Creates an instance of this matcher.
HasJsonWhich - Class in com.github.restdriver.matchers
A matcher for string which treats the string as a JsonNode.
HasJsonWhich(Matcher<JsonNode>) - Constructor for class com.github.restdriver.matchers.HasJsonWhich
 
hasJsonWhich(Matcher<JsonNode>) - Static method in class com.github.restdriver.Matchers
 
HasXPath - Class in com.github.restdriver.matchers
 
hasXPath(String, Matcher<String>) - Static method in class com.github.restdriver.matchers.HasXPath
Returns a Matcher<String> (presumably for matching a string containing XML) which checks that the given xPath is matched by the matcher.
hasXPath(String) - Static method in class com.github.restdriver.matchers.HasXPath
Returns a Matcher<String> (presumably for matching a string containing XML) which checks that the given xPath exists (ie doesn't return null).

I

IsEquivalentXml - Class in com.github.restdriver.matchers
Hamcrest matcher for comparing two strings containing XML and determining whether they are equivalent (ignoring whitespace, attribute and element ordering etc.).
IsEquivalentXml(String) - Constructor for class com.github.restdriver.matchers.IsEquivalentXml
Creates a new instance of the matcher.

M

Matchers - Class in com.github.restdriver
 
MatchesRegex - Class in com.github.restdriver.matchers
 
MatchesRegex(Pattern) - Constructor for class com.github.restdriver.matchers.MatchesRegex
 
matchesSafely(JsonNode) - Method in class com.github.restdriver.matchers.ContainingValue
 
matchesSafely(JsonNode) - Method in class com.github.restdriver.matchers.HasJsonArray
 
matchesSafely(JsonNode) - Method in class com.github.restdriver.matchers.HasJsonPath
 
matchesSafely(JsonNode) - Method in class com.github.restdriver.matchers.HasJsonValue
 
matchesSafely(String) - Method in class com.github.restdriver.matchers.HasJsonWhich
 
matchesSafely(String) - Method in class com.github.restdriver.matchers.IsEquivalentXml
 
matchesSafely(String) - Method in class com.github.restdriver.matchers.MatchesRegex
 
matchesSafely(JsonNode) - Method in class com.github.restdriver.matchers.WithSize
 
matchesSafely(JsonNode) - Method in class com.github.restdriver.matchers.WithValueAt
 
matchingRegex(String) - Static method in class com.github.restdriver.Matchers
 
matchingRegex(Pattern) - Static method in class com.github.restdriver.Matchers
 

R

RestDriverProperties - Class in com.github.restdriver
 
RuntimeAssertionFailure - Exception in com.github.restdriver.exception
 
RuntimeAssertionFailure(String, Throwable) - Constructor for exception com.github.restdriver.exception.RuntimeAssertionFailure
 
RuntimeConfigurationException - Exception in com.github.restdriver.exception
 
RuntimeConfigurationException(IOException) - Constructor for exception com.github.restdriver.exception.RuntimeConfigurationException
 
RuntimeJsonTypeMismatchException - Exception in com.github.restdriver.exception
Runtime Exception class for errors when JSONpath returns a result of an unexpected type.
RuntimeJsonTypeMismatchException(String, ClassCastException) - Constructor for exception com.github.restdriver.exception.RuntimeJsonTypeMismatchException
Constructor.
RuntimeJsonTypeMismatchException(String) - Constructor for exception com.github.restdriver.exception.RuntimeJsonTypeMismatchException
Constructor.
RuntimeMappingException - Exception in com.github.restdriver.exception
Exception thrown when HTTP response bodies cannot be mapped to Java Objects as expected.
RuntimeMappingException(String, Exception) - Constructor for exception com.github.restdriver.exception.RuntimeMappingException
Create a new exception.
RuntimeXmlParseException - Exception in com.github.restdriver.exception
 
RuntimeXmlParseException(String, Exception) - Constructor for exception com.github.restdriver.exception.RuntimeXmlParseException
 

W

WithSize - Class in com.github.restdriver.matchers
Matcher to check the size of a Json array.
WithSize(Matcher<Integer>) - Constructor for class com.github.restdriver.matchers.WithSize
Creates a new instance of this matcher.
WithValueAt - Class in com.github.restdriver.matchers
Matcher to check that a JSON array has a particular value at the specified index.
WithValueAt(int, Matcher<?>) - Constructor for class com.github.restdriver.matchers.WithValueAt
Create a new instance of this matcher.

X

XmlUtil - Class in com.github.restdriver
 
A C D E G H I M R W X 

Copyright © 2013. All Rights Reserved.