testproject-io / java-opensdk

TestProject Java OpenSDK
Apache License 2.0
50 stars 42 forks source link

Suggestion: Add comment in the parameterization examples to include '-parameters' inside build.gradle #107

Open gil-testproject opened 3 years ago

gil-testproject commented 3 years ago

Currently, if we use the new examples that using TestProjectParameterizer data provider and without including compileTestJava.options.compilerArgs.add '-parameters'

In the build.gradle, the test will shown with arg0 (arg1, arg2 and so on) when you upload it

I understand that it is mentioned in the docs that you should add it to build.gradle. But in order to avoid user mistakes, it will be better if we will add comment like this inside the example source files: image

This way, there is no way user will do mistake that he did not included it in the build.gradle and it will reduce calls to the CS