rm.setExpectedResult( magnitude );
httpClient.addMatcher( rm );
}
if( responseMatchFile != null ) {
ResponseMatchFile rf=new ResponseMatchFile();
rf.setFile( responseMatchFile );
rf.setExpectedResult( magnitude );
httpClient.addMatcher( rf );
}
if( returnCode != null ) {
HttpStatusMatch sm=new HttpStatusMatch();
sm.setMatch( returnCode );