- 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() - Method in class org.wisdom.test.parents.FakeContext
-
Deprecated.
- get(String) - Method in class org.wisdom.test.parents.FakeCookies
-
- get(String) - Method in class org.wisdom.test.parents.FakeFlashCookie
-
- get(String) - Method in class org.wisdom.test.parents.FakeSessionCookie
-
- get(String) - Method in class org.wisdom.test.parents.WisdomBlackBoxTest
-
Creates a request using the 'GET' verb.
- getApplicationArtifactIfExists(File) - Static method in class org.wisdom.test.internals.RunnerUtils
-
Gets the (Maven) artifact's file if exists.
- getAsyncHttpClient() - Static method in class org.wisdom.test.http.ClientFactory
-
Retrieves the asynchronous HTTP Client instance.
- getBody() - Method in class org.wisdom.test.http.HttpRequest
-
- getBody() - Method in class org.wisdom.test.http.RequestBodyEntity
-
- getBundleFileName() - Static method in class org.wisdom.test.internals.RunnerUtils
-
Computes the bundle file name for the current project.
- getBundleStability(BundleContext) - Static method in class org.wisdom.test.parents.Stability
-
Are bundle stables.
- getBundleSymbolicName(String, String) - Static method in class org.wisdom.test.internals.RunnerUtils
-
Get the symbolic name as groupId + "." + artifactId, with the following exceptions.
- getBytes(InputStream) - Static method in class org.wisdom.test.http.HttpResponse
-
- getContext() - Method in class org.wisdom.test.parents.Action.ActionResult
-
Gets the context.
- getCookies() - Static method in class org.wisdom.test.http.ClientFactory
-
Retrieves the set of cookie currently used by the HTTP Client.
- getCurrentFlashCookieData() - Method in class org.wisdom.test.parents.FakeFlashCookie
-
- getData() - Method in class org.wisdom.test.parents.FakeSessionCookie
-
- getDefaultDriver() - Method in class org.wisdom.test.parents.WisdomFluentLeniumTest
-
- getDescription() - Method in class org.wisdom.test.WisdomRunner
-
- getEntity() - Method in interface org.wisdom.test.http.Body
-
- getEntity() - Method in class org.wisdom.test.http.MultipartBody
-
Computes the request payload.
- getEntity() - Method in class org.wisdom.test.http.RequestBodyEntity
-
- getExtra() - Method in class org.wisdom.test.internals.ClassPathResource
-
- getHeaders() - Method in class org.wisdom.test.http.HttpRequest
-
- getHttpClient() - Static method in class org.wisdom.test.http.ClientFactory
-
Retrieves the regular (synchronous) HTTP Client instance.
- getHttpMethod() - Method in class org.wisdom.test.http.HttpRequest
-
- getHttpsURl(String) - Method in class org.wisdom.test.parents.WisdomBlackBoxTest
-
Computes the full url from the given path.
- getHttpURl(String) - Method in class org.wisdom.test.parents.WisdomBlackBoxTest
-
Computes the full url from the given path.
- getHttpURl(String) - Method in class org.wisdom.test.parents.WisdomFluentLeniumTest
-
Computes the full url from the given path.
- getId() - Method in class org.wisdom.test.parents.FakeSessionCookie
-
- getInVivoRunnerInstance(Class<?>) - Method in class org.wisdom.test.internals.ChameleonExecutor
-
Retrieves the InVivoRunner Factory and creates an instance.
- getList(Map<String, Object>) - Static method in class org.wisdom.test.http.MultipartBody
-
A helper method to build a list a NameValuePair from a map of parameters.
- getMavenProperties() - Static method in class org.wisdom.test.internals.RunnerUtils
-
We should have generated a target/osgi/osgi.properties file will all the metadata we inherit from Maven.
- getMethod() - Method in class org.wisdom.test.http.HttpDeleteWithBody
-
- getOption(Options.Option) - Static method in class org.wisdom.test.http.Options
-
Gets the value of an option.
- getOSGiBuilder(Properties, Jar[]) - Static method in class org.wisdom.test.internals.ProbeBundleMaker
-
- getOutgoingFlashCookieData() - Method in class org.wisdom.test.parents.FakeFlashCookie
-
- getProbeInstructions(Properties, Properties) - Static method in class org.wisdom.test.internals.ProbeBundleMaker
-
- GetRequest - Class in org.wisdom.test.http
-
Creates a request using the GET verb.
- GetRequest(HttpMethod, String) - Constructor for class org.wisdom.test.http.GetRequest
-
Creates the request.
- GetRequest(String) - Constructor for class org.wisdom.test.http.GetRequest
-
Creates the request.
- getResult() - Method in class org.wisdom.test.parents.Action.ActionResult
-
Gets the result.
- getUrl() - Method in class org.wisdom.test.http.HttpRequest
-
- goTo(String) - Method in class org.wisdom.test.parents.WisdomFluentLeniumTest
-
- hasCookie(String) - Method in class org.wisdom.test.parents.FakeContext
-
Checks whether the cookie is set.
- hasFile - Variable in class org.wisdom.test.http.MultipartBody
-
- header(String, String) - Method in class org.wisdom.test.http.HttpRequest
-
Adds a header to the request.
- header(String, String) - Method in class org.wisdom.test.http.HttpRequestWithBody
-
Adds a header to the request.
- header(String) - Method in class org.wisdom.test.http.HttpResponse
-
Gets the value of the header.
- header(String, String) - Method in class org.wisdom.test.parents.Action
-
Sets a header.
- header(String) - Method in class org.wisdom.test.parents.FakeContext
-
Gets the value of the header.
- headers - Variable in class org.wisdom.test.http.HttpRequest
-
The headers of the request.
- headers(Map<String, String>) - Method in class org.wisdom.test.http.HttpRequest
-
Adds a set of headers to the headers of the request.
- headers - Variable in class org.wisdom.test.http.HttpResponse
-
- headers() - Method in class org.wisdom.test.http.HttpResponse
-
- headers - Variable in class org.wisdom.test.parents.FakeContext
-
The headers of the request.
- headers(String) - Method in class org.wisdom.test.parents.FakeContext
-
Gets all values of the header.
- headers() - Method in class org.wisdom.test.parents.FakeContext
-
- headers() - Method in class org.wisdom.test.parents.FakeRequest
-
Retrieves all headers.
- helper - Variable in class org.wisdom.test.shared.InVivoRunner
-
- host() - Method in class org.wisdom.test.parents.FakeRequest
-
- hostname - Variable in class org.wisdom.test.parents.WisdomBlackBoxTest
-
- hostname - Variable in class org.wisdom.test.parents.WisdomFluentLeniumTest
-
- HttpClientHelper - Class in org.wisdom.test.http
-
A couple of method easing emitting HTTP requests.
- HttpClientHelper() - Constructor for class org.wisdom.test.http.HttpClientHelper
-
- HttpDeleteWithBody - Class in org.wisdom.test.http
-
HTTP Body for 'DELETE' request.
- HttpDeleteWithBody(String) - Constructor for class org.wisdom.test.http.HttpDeleteWithBody
-
- HttpDeleteWithBody(URI) - Constructor for class org.wisdom.test.http.HttpDeleteWithBody
-
- HttpDeleteWithBody() - Constructor for class org.wisdom.test.http.HttpDeleteWithBody
-
- httpMethod - Variable in class org.wisdom.test.http.HttpRequest
-
The HTTP method of the request.
- httpPort - Variable in class org.wisdom.test.parents.WisdomBlackBoxTest
-
- httpPort - Variable in class org.wisdom.test.parents.WisdomFluentLeniumTest
-
- httpRequest - Variable in class org.wisdom.test.http.BaseRequest
-
The underlying HTTP Request.
- HttpRequest - Class in org.wisdom.test.http
-
A class allowing the instantiation of HTTP Requests.
- HttpRequest(HttpMethod, String) - Constructor for class org.wisdom.test.http.HttpRequest
-
Creates a new request.
- httpRequestObj - Variable in class org.wisdom.test.http.MultipartBody
-
- HttpRequestWithBody - Class in org.wisdom.test.http
-
A class making easy the creation of HTTP Request with a payload (body).
- HttpRequestWithBody(HttpMethod, String) - Constructor for class org.wisdom.test.http.HttpRequestWithBody
-
Creates the request.
- HttpResponse<T> - Class in org.wisdom.test.http
-
The response to a HTTP request.
- HttpResponse(HttpResponse, Class<T>) - Constructor for class org.wisdom.test.http.HttpResponse
-
Creates the response.
- httpsPort - Variable in class org.wisdom.test.parents.WisdomBlackBoxTest
-
- 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.