}
}
@Test
public void testHttpPostsWithExpectationVerification() throws Exception {
final HttpAsyncExpectationVerifier expectationVerifier = new HttpAsyncExpectationVerifier() {
public void verify(
final HttpAsyncExchange httpexchange,
final HttpContext context) throws HttpException {
final HttpRequest request = httpexchange.getRequest();