示例#1
0
 @Rule
 public MethodRule onMethod() {
   return self.onMethod();
 }
示例#2
0
 @ClassRule
 public static TestRule onClass() {
   return self.onTest();
 }