expectGetCacheModelKey();
for ( int i = 0; i < flushingModelCount; i++ )
{
FlushingModelElementBuilder builder = elementBuilder.flushingModelElementBuilders[i];
MockFlushingModel model = new MockFlushingModel();
modelParser.parseFlushingModel( builder.toXml() );
modelParserControl.setReturnValue( model );
flushingModelMap.put( builder.target, model );
}
return flushingModelMap;