0

When running my TestNG test https://github.com/AffanHasan/reference-artifacts-repository/blob/master/javase/office-desktop/src/test/java/task_item/TaskItem_behaviorTest.java containing JMockit @Mocked objects it is skipping those tests which contains @Mocked annotated objects as test method parameters

Affan Hasan
  • 334
  • 1
  • 4
  • 16

1 Answers1

0

By upgrading the TestNG version to 6.8.21 the issue is resolved and all the tests are being executed now. Thanks Rogerio!

Affan Hasan
  • 334
  • 1
  • 4
  • 16