performAssertions(propertyWidgetFactory, "Dictionary array property", MultipleDictionariesPropertyWidget.class,
new Dictionary[0], new Dictionary[] { new SimpleDictionary("f", "fo", "foo"),
new SimpleDictionary("b", "ba", "bar") });
performAssertions(propertyWidgetFactory, "Synonym catalog property", SingleSynonymCatalogPropertyWidget.class, null,
new TextFileSynonymCatalog("foo", new File("foobar"), true, "UTF8"));
performAssertions(propertyWidgetFactory, "Synonym catalog array property",
MultipleSynonymCatalogsPropertyWidget.class, new SynonymCatalog[0], new SynonymCatalog[] {
new TextFileSynonymCatalog("foo", new File("foo"), true, "UTF8"),
new TextFileSynonymCatalog("bar", new File("bar"), true, "UTF8") });
}