Pau*_*aul 6 java automated-tests junit4
我@RunWith(Parameterized.class)在Test类上使用Annotation运行参数化的jUnit测试.但是现在我还需要运行我的测试类PowerMockRunner,因此使用注释@RunWith(PowerMockRunner.class).显然这是不可能的,因为只@RunWith允许一个注释.
如何在不使用注释的情况下实现参数化测试@RunWith(Parameterized.class)?