487488489490491492493494495496497
BatchResponse batchResponse = parser.getBatchResponse(); assertEquals( 2, batchResponse.getResponses().size() ); LdapResponse response = batchResponse.getCurrentResponse(); if ( response instanceof BindResponse ) { assertTrue( true ); }