A C D F G I P R S T 
All Classes All Packages

A

a_REST_client(Client) - Method in class dev.aherscu.qa.jgiven.rest.steps.RestFixtures
Keeps a Client for later operations.
appending_path(String) - Method in class dev.aherscu.qa.jgiven.rest.steps.RestActions
Appends a path.
attachActualResponse() - Method in class dev.aherscu.qa.jgiven.rest.steps.RestVerifications
Attaches the actual response content, after first verification completed.

C

client - Variable in class dev.aherscu.qa.jgiven.rest.steps.RestActions
The given Client.
client - Variable in class dev.aherscu.qa.jgiven.rest.steps.RestFixtures
The given REST client.
closedResponse - Variable in class dev.aherscu.qa.jgiven.rest.steps.RestActions
FIXME: this is a patch.
closedResponse - Variable in class dev.aherscu.qa.jgiven.rest.steps.RestVerifications
The retrieved response in closed state.
connecting_to(URI) - Method in class dev.aherscu.qa.jgiven.rest.steps.RestActions
Creates a WebTarget object.
connecting_to(String) - Method in class dev.aherscu.qa.jgiven.rest.steps.RestActions
 

D

deleting() - Method in class dev.aherscu.qa.jgiven.rest.steps.RestActions
Deletes an entity and retrieves the Response.
deleting(MultivaluedMap<String, Object>) - Method in class dev.aherscu.qa.jgiven.rest.steps.RestActions
Deletes an entity and retrieves the Response.
dev.aherscu.qa.jgiven.rest.formatters - package dev.aherscu.qa.jgiven.rest.formatters
 
dev.aherscu.qa.jgiven.rest.model - package dev.aherscu.qa.jgiven.rest.model
 
dev.aherscu.qa.jgiven.rest.steps - package dev.aherscu.qa.jgiven.rest.steps
 
dev.aherscu.qa.jgiven.rest.tags - package dev.aherscu.qa.jgiven.rest.tags
 

F

format(Form, String...) - Method in class dev.aherscu.qa.jgiven.rest.formatters.FormFormatter
 
FormFormatter - Class in dev.aherscu.qa.jgiven.rest.formatters
Annotation formatter for Form objects.
FormFormatter() - Constructor for class dev.aherscu.qa.jgiven.rest.formatters.FormFormatter
 
FormFormatter.Annotation - Annotation Type in dev.aherscu.qa.jgiven.rest.formatters
Formatter annotation for By objects.

G

getting_the_response() - Method in class dev.aherscu.qa.jgiven.rest.steps.RestActions
Retrieves the Response.
getting_the_response_with_headers(MultivaluedMap<String, Object>) - Method in class dev.aherscu.qa.jgiven.rest.steps.RestActions
Retrieves the Response.

I

invoke(Invocation) - Method in class dev.aherscu.qa.jgiven.rest.steps.RestActions
Creates a step function which when called, executes specified invocation, stores the closed response and response content.
invoke(Invocation, Consumer<String>) - Method in class dev.aherscu.qa.jgiven.rest.steps.RestActions
Creates a step function which when called, executes specified invocation, stores the closed response and response content, and calls the specified consumer on response content.
invoke(Invocation, Function<String, T>) - Method in class dev.aherscu.qa.jgiven.rest.steps.RestVerifications
Creates a supplier which when called, executes specified invocation, stores the closed response and response content, and calls the specified converter on response content.
invoke(Function<Invocation.Builder, Response>) - Method in class dev.aherscu.qa.jgiven.rest.steps.RestActions
Invokes specified REST operation.

P

posting(Entity<?>, MultivaluedMap<String, Object>) - Method in class dev.aherscu.qa.jgiven.rest.steps.RestActions
Posts a form and retrieves the Response.
posting(Form) - Method in class dev.aherscu.qa.jgiven.rest.steps.RestActions
Posts a form and retrieves the Response.
putting(Entity<?>) - Method in class dev.aherscu.qa.jgiven.rest.steps.RestActions
Puts an entity and retrieves the Response.
putting(Entity<?>, MultivaluedMap<String, Object>) - Method in class dev.aherscu.qa.jgiven.rest.steps.RestActions
Puts an entity and retrieves the Response.

R

responseContent - Variable in class dev.aherscu.qa.jgiven.rest.steps.RestActions
The retrieved Response's contents.
responseContent - Variable in class dev.aherscu.qa.jgiven.rest.steps.RestVerifications
The retrieved response contents.
RestActions<SELF extends RestActions<SELF>> - Class in dev.aherscu.qa.jgiven.rest.steps
Generic REST client actions.
RestActions() - Constructor for class dev.aherscu.qa.jgiven.rest.steps.RestActions
 
RestFixtures<SELF extends RestFixtures<SELF>> - Class in dev.aherscu.qa.jgiven.rest.steps
Generic REST client fixtures.
RestFixtures() - Constructor for class dev.aherscu.qa.jgiven.rest.steps.RestFixtures
 
RestScenarioType - Interface in dev.aherscu.qa.jgiven.rest.model
Rest client type of scenario.
RestTest - Annotation Type in dev.aherscu.qa.jgiven.rest.tags
Self test tagging annotation.
RestVerifications<SELF extends RestVerifications<SELF>> - Class in dev.aherscu.qa.jgiven.rest.steps
Generic REST client verifications.
RestVerifications() - Constructor for class dev.aherscu.qa.jgiven.rest.steps.RestVerifications
 

S

setting_$_into_query_param(Object, String) - Method in class dev.aherscu.qa.jgiven.rest.steps.RestActions
Fills a value into a query parameter.

T

target - Variable in class dev.aherscu.qa.jgiven.rest.steps.RestActions
Target (WebTarget) of Web actions in this class.
the_response_contains_JSON(String) - Method in class dev.aherscu.qa.jgiven.rest.steps.RestVerifications
Verifies response has expected JSON contents.
the_response_contents(Iterable<? extends JsonAssertion<?>>) - Method in class dev.aherscu.qa.jgiven.rest.steps.RestVerifications
Verifies that the JSON data structure contained by Response matches several JSON key:matcher pairs.
the_response_contents(Matcher<String>) - Method in class dev.aherscu.qa.jgiven.rest.steps.RestVerifications
Verifies that the Response matches specified Hamcrest expression.
the_response_status(Matcher<Response.Status.Family>) - Method in class dev.aherscu.qa.jgiven.rest.steps.RestVerifications
Verifies the response status family.
thisClient() - Method in class dev.aherscu.qa.jgiven.rest.steps.RestFixtures
 
A C D F G I P R S T 
All Classes All Packages