Booting the CdiTestContainer will scan the whole classpath for Beans and extensions available. The container might throw a DeploymentException or similar on startup.
Note: booting the container does not automatically start all CDI Contexts! Depending on the underlying CDI container you might need to invoke {@link #getContextControl()} and execute{@link ContextControl#startContext(Class)} or{@link ContextControl#startContexts()}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|