Skip to content

--target instead of --value #33

Open
@agoncal

Description

@agoncal

To create an Arquillian test with Forge the command is :

arquillian-create-test --value <path/of/the/class/ToTest.java>

In all the Forge commands, when we need to target a specific class, we use the --target parameter. --value is a bit confusing and doesn't follow Forge convention. I think --value should be renamed --target or even better, --targets. This way we could use wildcard (*) and create as many test classes as the one in the package:

arquillian-create-test --value <path/of/the/class/*.java>

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions