You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. Create a String constant "static final" with name MY_CONSTANT and value "my
value"
2. Create a parametrised test using @Table and @Row
3. Name the test parameter String myParam
3. Just fill it with Assert.fail()
3. Run your build.
What is the expected output? What do you see instead?
Expected result: Build fails, report should show "Scenarios myParam "my value"
with the test failed in red
Actual: Test fails the build. Report shows test not run (orange).
Under scenarios table you can see the name of the constant MY_CONSTANT instead
of the value
What version of the product are you using? On what operating system?
yatspec-198, Windows7, Eclipse, Maven
Please provide any additional information below.
I think QDoxto returns the name of the constant when parsing the annotations in
the test files.
Original issue reported on code.google.com by albertof...@gmail.com on 19 Sep 2012 at 3:23
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
albertof...@gmail.com
on 19 Sep 2012 at 3:23The text was updated successfully, but these errors were encountered: