hm.setExpectedResult( magnitude );
httpClient.addMatcher( hm );
}
if( responseMatch != null ) {
ResponseMatch rm=new ResponseMatch();
rm.setMatch( responseMatch );
rm.setExpectedResult( magnitude );
httpClient.addMatcher( rm );
}
if( responseMatchFile != null ) {
ResponseMatchFile rf=new ResponseMatchFile();