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

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


   
    public void run(@Observes PluginContainerPrepared event) {
        for(PluginContainerOperation op : serviceLoader.get().all(PluginContainerOperation.class)) {
            op.execute(pluginContainer.get(), event);
        }
        pluginContainerOperationsExecuted.fire(new PluginContainerOperationsExecuted(event.getTestInstance(), event.getTestMethod()));
    }
View Full Code Here

TOP

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

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.