Package org.robolectric.junit.rules
Class CloseGuardRule
java.lang.Object
org.junit.rules.Verifier
org.robolectric.junit.rules.CloseGuardRule
- All Implemented Interfaces:
org.junit.rules.TestRule
public final class CloseGuardRule
extends org.junit.rules.Verifier
Rule for failing tests that leave any CloseGuards open.
-
Constructor Summary
Constructors Constructor Description CloseGuardRule()
-
Method Summary
Modifier and Type Method Description void
verify()
-
Constructor Details
-
CloseGuardRule
public CloseGuardRule()
-
-
Method Details