}
@Test
public void testMyBeanParam() {
Form form = new Form();
form.param("form", "formParam");
final Response response = target().path("resource/myBean").path("pathParam").matrixParam("matrix",
"matrixParam").queryParam
("query", "queryParam").request().header("header",
"headerParam").cookie("cookie", "cookieParam").post(Entity.entity(form,
MediaType.APPLICATION_FORM_URLENCODED_TYPE));