- accepts(String) - Method in class org.wisdom.test.parents.FakeRequest
-
Checks if this request accepts a given media type.
- Action - Class in org.wisdom.test.parents
-
Allow configuring an invocation of an action.
- Action(Invocation) - Constructor for class org.wisdom.test.parents.Action
-
Creates an invocation.
- action(Invocation) - Static method in class org.wisdom.test.parents.Action
-
Gets a new action using the given invocation.
- Action.ActionResult - Class in org.wisdom.test.parents
-
Action's result.
- ActionResult(Result, Context) - Constructor for class org.wisdom.test.parents.Action.ActionResult
-
Creates a new action result.
- Activator - Class in org.wisdom.test.probe
-
The probe activator.
- Activator() - Constructor for class org.wisdom.test.probe.Activator
-
- add(String, String) - Method in class org.wisdom.test.parents.FakeCookies
-
Adds a cookie.
- add(Cookie) - Method in class org.wisdom.test.parents.FakeCookies
-
Adds a cookie.
- addToFlash(String, String) - Method in class org.wisdom.test.parents.FakeContext
-
Adds data to the (incoming) flash scope.
- addToSession(String, String) - Method in class org.wisdom.test.parents.FakeContext
-
Adds data to the session.
- APPLICATION_BUNDLE - Static variable in class org.wisdom.test.internals.ChameleonExecutor
-
- areAllQueuesEmpty(List<Object>) - Static method in class org.wisdom.test.parents.Stability
-
Checks whether or not all the iPOJO processing queue are empty or not.
- asBinary() - Method in class org.wisdom.test.http.BaseRequest
-
Gets the request results as binary.
- asBinaryAsync() - Method in class org.wisdom.test.http.BaseRequest
-
Gets the request results as binary.
- asBinaryAsync(Callback<InputStream>) - Method in class org.wisdom.test.http.BaseRequest
-
Gets the request results as binary.
- asHtml() - Method in class org.wisdom.test.http.BaseRequest
-
Gets the request results as HTML.
- asJson() - Method in class org.wisdom.test.http.BaseRequest
-
Gets the request results as JSON.
- asJsonAsync() - Method in class org.wisdom.test.http.BaseRequest
-
Gets the request results as JSON.
- asJsonAsync(Callback<JsonNode>) - Method in class org.wisdom.test.http.BaseRequest
-
Gets the request results as String.
- assertj(StringBuilder) - Static method in class org.wisdom.test.internals.Packages
-
Adds the AssertJ packages.
- asString() - Method in class org.wisdom.test.http.BaseRequest
-
Gets the request results as String.
- asStringAsync() - Method in class org.wisdom.test.http.BaseRequest
-
Gets the request results as String.
- asStringAsync(Callback<String>) - Method in class org.wisdom.test.http.BaseRequest
-
Gets the request results as String.
- attribute(String, String) - Method in class org.wisdom.test.parents.Action
-
Sets a parameter.
- attributes - Variable in class org.wisdom.test.parents.FakeContext
-
The attributes.
- attributes() - Method in class org.wisdom.test.parents.FakeContext
-
- Packages - Class in org.wisdom.test.internals
-
Sets of methods appending packages to export to the given list.
- Packages() - Constructor for class org.wisdom.test.internals.Packages
-
- PACKAGES_TO_ADD - Static variable in class org.wisdom.test.internals.ProbeBundleMaker
-
- parameter(String, String) - Method in class org.wisdom.test.parents.Action
-
Sets a parameter.
- parameter(String, int) - Method in class org.wisdom.test.parents.Action
-
Sets a parameter.
- parameter(String, boolean) - Method in class org.wisdom.test.parents.Action
-
Sets a parameter.
- parameter(String) - Method in class org.wisdom.test.parents.FakeContext
-
Gets the value of the given parameter.
- parameter(String, String) - Method in class org.wisdom.test.parents.FakeContext
-
Gets the value of the given parameter.
- parameter(String) - Method in class org.wisdom.test.parents.FakeRequest
-
Get the parameter with the given key from the request.
- parameter(String, String) - Method in class org.wisdom.test.parents.FakeRequest
-
- parameterAsBoolean(String) - Method in class org.wisdom.test.parents.FakeContext
-
Gets the value of the given parameter.
- parameterAsBoolean(String, boolean) - Method in class org.wisdom.test.parents.FakeContext
-
Gets the value of the given parameter.
- parameterAsBoolean(String) - Method in class org.wisdom.test.parents.FakeRequest
-
- parameterAsBoolean(String, boolean) - Method in class org.wisdom.test.parents.FakeRequest
-
- parameterAsInteger(String) - Method in class org.wisdom.test.parents.FakeContext
-
Gets the value of the given parameter.
- parameterAsInteger(String, Integer) - Method in class org.wisdom.test.parents.FakeContext
-
Gets the value of the given parameter.
- parameterAsInteger(String) - Method in class org.wisdom.test.parents.FakeRequest
-
- parameterAsInteger(String, Integer) - Method in class org.wisdom.test.parents.FakeRequest
-
- parameterFromPath(String) - Method in class org.wisdom.test.parents.FakeContext
-
Gets the value of the given parameter.
- parameterFromPathAsInteger(String) - Method in class org.wisdom.test.parents.FakeContext
-
Gets the value of the given parameter.
- parameterFromPathEncoded(String) - Method in class org.wisdom.test.parents.FakeContext
-
Gets the value of the given parameter.
- parameterMultipleValues(String) - Method in class org.wisdom.test.parents.FakeContext
-
Gets all the values of the given parameter.
- parameterMultipleValues(String) - Method in class org.wisdom.test.parents.FakeRequest
-
Get the parameter with the given key from the request.
- parameters - Variable in class org.wisdom.test.http.MultipartBody
-
- parameters - Variable in class org.wisdom.test.parents.FakeContext
-
The parameters from path and query.
- parameters() - Method in class org.wisdom.test.parents.FakeContext
-
- parameters() - Method in class org.wisdom.test.parents.FakeRequest
-
Get all the parameters from the request.
- parseResponseBody(Class<T>, HttpEntity) - Method in class org.wisdom.test.http.HttpResponse
-
- parseUrl(String) - Method in class org.wisdom.test.http.HttpRequest
-
- path - Variable in class org.wisdom.test.parents.FakeContext
-
The path of the request.
- path() - Method in class org.wisdom.test.parents.FakeContext
-
- path() - Method in class org.wisdom.test.parents.FakeRequest
-
- post(String) - Method in class org.wisdom.test.parents.WisdomBlackBoxTest
-
Creates a 'POST' request.
- prepareCallback(Class<T>, Callback<T>) - Static method in class org.wisdom.test.http.HttpClientHelper
-
- prepareRequest(HttpRequest) - Static method in class org.wisdom.test.http.HttpClientHelper
-
- probe() - Static method in class org.wisdom.test.internals.ProbeBundleMaker
-
- PROBE_FILE - Static variable in class org.wisdom.test.internals.ProbeBundleMaker
-
- ProbeBundleMaker - Class in org.wisdom.test.internals
-
Class responsible for creating the probe bundle.
- ProbeBundleMaker() - Constructor for class org.wisdom.test.internals.ProbeBundleMaker
-
- ProbeBundleMaker.JarFromClassloader - Class in org.wisdom.test.internals
-
- put(String, String) - Method in class org.wisdom.test.parents.FakeFlashCookie
-
- put(String, Object) - Method in class org.wisdom.test.parents.FakeFlashCookie
-
- put(String, String) - Method in class org.wisdom.test.parents.FakeSessionCookie
-
- put(String) - Method in class org.wisdom.test.parents.WisdomBlackBoxTest
-
Creates a 'PUT' request.