{
public void testExistenceOfPlexusComponentMetadata()
throws Exception
{
getContainer().addComponent( new SysoutLogger(), Logger.class, null );
getContainer().addComponent( new TestFileProcessor(), FileProcessor.class, null );
RepositoryConnectorFactory factory = lookup( RepositoryConnectorFactory.class, "file" );
assertNotNull( factory );
assertEquals( FileRepositoryConnectorFactory.class, factory.getClass() );