for( QueryMatchMockOperationDispatcher.Query query : dispatcher.getQueries() )
dispatcher.deleteQuery( query );
mockOperation.setDefaultResponse( null );
QueryMatchMockOperationDispatcher.Query query = dispatcher.addQuery( "Match" );
query.setQuery( PropertyExpander.expandProperties( testRunContext, getQuery() ) );
query.setMatch( PropertyExpander.expandProperties( testRunContext, getMatch() ) );
query.setResponse( testMockResponse.getName() );
}
else