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

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


   
    public void hookUp(@Observes EventContext<Before> ctx) {
        Before event = ctx.getEvent();
        lookup(event.getTestMethod().getAnnotations());
        ctx.proceed();
        pluginContainerDiscovered.fire(new PluginContainerDiscovered(event.getTestInstance(), event.getTestMethod()));
    }
View Full Code Here

TOP

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

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.