Searched refs:PrintRule (Results 1 – 1 of 1) sorted by relevance
50 RuleChain.outerRule(new PrintRule("@ClassRule #1"))51 .around(new PrintRule("@ClassRule #2"))52 .around(new PrintRule("@ClassRule #3"));57 RuleChain.outerRule(new PrintRule("@Rule #1"))58 .around(new PrintRule("@Rule #2"))59 .around(new PrintRule("@Rule #3"));129 private static class PrintRule extends TestWatcher { class in SampleTest133 public PrintRule(String tag) { in PrintRule() method in SampleTest.PrintRule