I did provide the link. Root project of maven examples: https://github.com/mores/maven-examples Directory that contains the example: https://github.com/mores/maven-examples/tree/master/prime-codi
TestCase - org.jglue.cdiunit - https://github.com/mores/maven-examples/blob/master/prime-codi/src/test/java/org/test/TestMultiplication.java TestCase - org.apache.deltaspike.testcontrol - https://github.com/mores/maven-examples/blob/master/prime-codi/src/test/java/org/test/TestControl.java On Tue, Jul 5, 2016 at 1:41 PM, Gerhard Petracek <[email protected] > wrote: > hi stephen, > > please provide a link to an example which illustrates the issue. > > regards, > gerhard > > > > 2016-07-05 17:29 GMT+02:00 Stephen More <[email protected]>: > > > Here is a non-working example: > > https://github.com/mores/maven-examples/tree/master/prime-codi > > > > TestMultiplication.java - uses org.jglue.cdiunit and works as expected > > TestControl.java - same test but uses testcontrol - error: > > > > Jul 05, 2016 11:24:35 AM > > > > > org.apache.deltaspike.testcontrol.api.junit.CdiTestSuiteRunner$LogRunListener > > testFailure > > INFO: [failed] org.test.TestControl#null message: Exception List with 3 > > exceptions: > > Exception 0 : > > org.jboss.weld.exceptions.DeploymentException: WELD-001408: Unsatisfied > > dependencies for type Product with qualifiers @Default > > at injection point [BackedAnnotatedField] @Inject > > org.test.TestMultiplication.product > > at org.test.TestMultiplication.product(TestMultiplication.java:0) > > > > > > On Tue, Jul 5, 2016 at 10:55 AM, Stephen More <[email protected]> > > wrote: > > > > > I am now trying to do the same thing with > > > deltaspike-test-control-module-api, but I am receiving: > > > > > > org.jboss.weld.exceptions.DeploymentException: WELD-001408: Unsatisfied > > > dependencies for type Import with qualifiers @Default > > > at injection point [BackedAnnotatedField] @Inject private > > org.Test.Import > > > at org.Test.Import(Test.java:0) > > > > > > Is there a working example using deltaspike-test-control-module-api > > > somewhere ? > > > > > > > > > On Sat, Jun 25, 2016 at 4:59 PM, Ludovic Pénet <[email protected]> > wrote: > > > > > >> I took a look at Jglue and did not understand what it does that > > >> deltaspike test control does not > > >> > > >> https://deltaspike.apache.org/documentation/test-control.html > > >> > > >> Can you please explain me ? > > >> > > >> With kind regards, > > >> > > >> Ludovic > > >> > > >> > > >> Le 25 juin 2016 21:41:37 GMT+02:00, Stephen More < > > [email protected]> > > >> a écrit : > > >>> > > >>> I found a tool that allows me to JUnit4 test my CDI JSF backing beans > > >>> http://jglue.org/cdi-unit/ ! > > >>> Right now I know it supports javax.enterprise.context.SessionScoped > and > > >>> javax.faces.view.ViewScoped. > > >>> It does not currently support > > >>> org.apache.deltaspike.core.api.scope.WindowScoped :-( > > >>> > > >>> I opened up issue: https://github.com/BrynCooke/cdi-unit/issues/91 > > >>> > > >>> Can anyone help with a pull request to get DeltaSpike support into > > CDI-Unit > > >>> ? > > >>> > > >>> -Thanks > > >>> Stephen More > > >>> > > >>> > > >> -- > > >> Envoyé de mon appareil Android avec K-9 Mail. Veuillez excuser ma > > >> brièveté. > > >> > > > > > > > > >
