Package org.sonatype.aether.test.impl

Examples of org.sonatype.aether.test.impl.TestFileProcessor


    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() );
    }
View Full Code Here

TOP

Related Classes of org.sonatype.aether.test.impl.TestFileProcessor

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.