Open
Description
Like all the other Forge artifacts, arquillian-setup
should be optional, meaning, it should just setup all the defaults if the command is not invoked. If the command arquillian-setup
is not invoked, by default, it should setup Arquillian with JUnit and JBoss 7
[ArqEntity.java]$ scaffold-generate --targets org.arqproject.model.ArqEntity
[ArqEntity.java]$ cd ~~
[arqproject]$ arquillian-create-test --value arqproject/src/main/java/org/arqproject/view/ArqEntityBean.java
***ERROR*** No Facet of type [class org.jboss.forge.arquillian.api.TestFrameworkFacet] is installed.
Activity