Package org.apache.felix.scr.integration.components.annoconfig

Examples of org.apache.felix.scr.integration.components.annoconfig.AnnoComponent


    @Test
    public void testAnnoConfig() throws Exception
    {
        String name = "org.apache.felix.scr.integration.components.annoconfig";
        ComponentConfigurationDTO dto = findComponentConfigurationByName(name, ComponentConfigurationDTO.SATISFIED);
        AnnoComponent ac = getServiceFromConfiguration(dto, AnnoComponent.class);
        checkA1NoValues(ac.m_a1_activate);
        checkA1ArraysNoValues(ac.m_a1Arrays_activate);
       
        Configuration c = configure(name, null, allValues());
        delay();
View Full Code Here

TOP

Related Classes of org.apache.felix.scr.integration.components.annoconfig.AnnoComponent

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.