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
PASSED: test
PASSED: test
PASSED: test
===============================================
Default test
Tests run: 3, Failures: 0, Skips: 0
===============================================
But when I run the same test without JMockit the parameters are displayed correctly:
Thanks for reporting! Apparently, it's a bug in the JMockit/TestNG integration. I had only tested it with TestNG's @parameters, not @dataProvider. The problem should be fixed for the next release.
If I run the a test that uses a DataProvider with JMockit the parameters aren't included in the test results:
But when I run the same test without JMockit the parameters are displayed correctly:
The text was updated successfully, but these errors were encountered: