Map<String, String> configuration = Collections.emptyMap();
MetaDataLocator locator = new MetaDataLocatorImpl(symbolSource, typeCoercer, modelSource,
configuration);
assertSame(locator.findMeta(key, resources, String.class), value);
verify();
// And check that it's cached: