Suppose that I have a testing suite class with:
@RunWith(Suite.class) @Suite.SuiteClasses([TestMathAddition.class]) class TestingSuite{ }
I want a way to list out the classes being run, in this case TestMathAddition.class.
Aucun commentaire:
Enregistrer un commentaire