Could you please use some more advanced text formatting? See also https://issues.jboss.org/secure/WikiRendererHelpAction.jspa?section=advanced.
In any case, I can see one discrepancy: CDIBean is not a bean, because it does not have an appropriate constructor (either no-args or annotated @Inject). Therefore your test should fail with unsatisfied dependency. Isn't the CDIBean class missing some @Inject annotations?
|