{
String fieldName = "field";
PersistentFieldStrategy strat1 = newPersistentFieldStrategy();
PersistentFieldStrategy strat2 = newPersistentFieldStrategy();
ComponentResources resources = mockComponentResources();
ComponentModel model = mockComponentModel();
Map<String, PersistentFieldStrategy> strategies = newMap();
strategies.put("foo", strat1);
strategies.put("bar", strat2);