source.getComponentSpecification(specResource);
getControl(source).setReturnValue(spec);
replayControls();
NamespaceResources nr = new NamespaceResourcesImpl(source, assetSource);
assertSame(spec, nr.getComponentSpecification(libraryResource, "Foo.jwc", l));
verifyControls();
}