Package | Description |
---|---|
fr.gouv.vitam.common.external.client |
Contains generic VitamClient and associated basic implementation used as base for every specific client module.
|
Modifier and Type | Method and Description |
---|---|
VitamRestTestClient.VitamRestTest |
VitamRestTestClient.VitamRestTest.accept(javax.ws.rs.core.MediaType accept) |
VitamRestTestClient.VitamRestTest |
VitamRestTestClient.VitamRestTest.addHeader(String key,
String value) |
VitamRestTestClient.VitamRestTest |
VitamRestTestClient.VitamRestTest.addPathParameter(String name,
String value)
Note: add this method in order in addition to "path".
Will add to final path + /name/{value}
|
VitamRestTestClient.VitamRestTest |
VitamRestTestClient.VitamRestTest.body(Object body,
javax.ws.rs.core.MediaType mediaType) |
VitamRestTestClient.VitamRestTest |
VitamRestTestClient.given() |
VitamRestTestClient.VitamRestTest |
VitamRestTestClient.VitamRestTest.status(javax.ws.rs.core.Response.Status status) |
VitamRestTestClient.VitamRestTest |
VitamRestTestClient.VitamRestTest.statusCode(int statusCode) |
VitamRestTestClient.VitamRestTest |
VitamRestTestClient.VitamRestTest.then() |
VitamRestTestClient.VitamRestTest |
VitamRestTestClient.VitamRestTest.when() |
Copyright © 2018 Vitam. All rights reserved.