Open agoncal opened 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.
MyClass
MyClassTest
--named
arquillian-create-test --value org.myapp.MyClass.java arquillian-create-test --named MyCustomizedNameTest --value org.myapp.MyClass.java
At the moment, when we create an Arquillian from a class
MyClass
, the test is calledMyClassTest
. It would be good to have a--named
parameter to be able to change the default name.