随着@RunWith( Suite.class )我可以组测试类到测试套件和运行它们放在一起.随着@RunWith( Parameterized.class )我可以运行不同的参数相同的测试.我想要的是为不同的参数运行测试套件.有没有办法做到这一点?
@RunWith( Suite.class )
@RunWith( Parameterized.class )
java junit suite parameterized
java ×1
junit ×1
parameterized ×1
suite ×1