是否可以在测试类中指定custom runner
每个测试方法?那是:
Class SomeTests {
public void test1() {
}
public void test2() {
}
// For this test only, is it possible
// to specify a different runner, for
// example : `PowerMockRunner`
public void test3() {
}
}
是否可以在测试类中指定custom runner
每个测试方法?那是:
Class SomeTests {
public void test1() {
}
public void test2() {
}
// For this test only, is it possible
// to specify a different runner, for
// example : `PowerMockRunner`
public void test3() {
}
}