Package org.rhq.test.arquillian.spi.events

Examples of org.rhq.test.arquillian.spi.events.PluginContainerPrepared


    public void handle(@Observes PluginContainerDiscovered event) {
        for(PluginContainerPreparator prep : serviceLoader.get().all(PluginContainerPreparator.class)) {
            prep.prepare(pluginContainer.get(), event);
        }
       
        pluginContainerPrepared.fire(new PluginContainerPrepared(event.getTestInstance(), event.getTestMethod()));
    }
View Full Code Here

TOP

Related Classes of org.rhq.test.arquillian.spi.events.PluginContainerPrepared

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.