forge / plugin-arquillian

Forge Arquillian Plugin
http://www.jboss.org/arquillian
19 stars 16 forks source link

Be able to change the default name of the test class #39

Open agoncal opened 10 years ago

agoncal commented 10 years ago

At the moment, when we create an Arquillian from a class MyClass, the test is called MyClassTest. It would be good to have a --named parameter to be able to change the default name.

arquillian-create-test --value org.myapp.MyClass.java
arquillian-create-test --named MyCustomizedNameTest --value org.myapp.MyClass.java