0

是否可以在测试类中指定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() {  
}

}

4

0 回答 0