We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When a project has an important quantities of XSpec files, and when you work on only one, it's required to run all XSpec to have the result.
For java unit tests, it's possible to add a -Dtest=com.mydomain.myproject.MyClassTest#myMethod parameter, and only the specified method is run.
-Dtest=com.mydomain.myproject.MyClassTest#myMethod parameter, and only the specified
Such parameter would be a great enhancement, as it'll reduce the time of execution. : `-Dxspec=path/to/xspec' for example.
The text was updated successfully, but these errors were encountered:
cmarchand
No branches or pull requests
When a project has an important quantities of XSpec files, and when you work on only one, it's required to run all XSpec to have the result.
For java unit tests, it's possible to add a
-Dtest=com.mydomain.myproject.MyClassTest#myMethod parameter, and only the specified
method is run.Such parameter would be a great enhancement, as it'll reduce the time of execution. : `-Dxspec=path/to/xspec' for example.
The text was updated successfully, but these errors were encountered: