Searched refs:FailTestWhenResourcesNotClosedRule (Results 1 – 1 of 1) sorted by relevance
75 private static final TestRule CLOSE_GUARD_RULE = new FailTestWhenResourcesNotClosedRule();94 private static class FailTestWhenResourcesNotClosedRule implements TestRule { class in CloseGuardSupport