We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ee9a14 commit 00e1dabCopy full SHA for 00e1dab
weld/src/test/java/cucumber/runtime/java/weld/BellyStepdefs.java
@@ -12,6 +12,10 @@
12
@Singleton
13
public class BellyStepdefs {
14
15
+ // For injecting classes from src/test/java, your beans.xml has to be
16
+ // located in src/test/resources.
17
+ // If you want to inject classes from src/main/java, you will need an
18
+ // additional beans.xml in src/main/resources.
19
@Inject
20
private Belly belly;
21
0 commit comments