How to run the whole Junit test suite by running different class instances without changing the source code through maven command?

Viewed 15

I want to see how it behaves different from our existing test suite if we regard each test case individually with maven command and surefire plugin, though some test cases in a test class share static fields within the same class. I don't want to change the source code.

0 Answers
Related