- All Implemented Interfaces:
- org.testng.IHookable, org.testng.ITestNGListener
@SpecVersion(spec="cdi",
version="2.0-EDR2")
public class SelectedAlternativeSessionBeanInjectionAvailabilityTest
extends AbstractTest
Test that bean in web module can inject selected alternative managed bean from EJB module.
Note that we DO NOT include test class in EJB module since we wouldn't be able to inject bean from web module (Java EE
classloading requirements)!
Also note that we need to enable alternative in web module to have it working according to spec (section 5.1.4 Inter-module
injection).
- Author:
- Martin Kouba