Package com.google.common.truth
Interface Platform.JUnitTestRule
- All Superinterfaces:
org.junit.rules.TestRule
- All Known Implementing Classes:
ExpectFailure
- Enclosing class:
- Platform
static interface Platform.JUnitTestRule
extends org.junit.rules.TestRule
Wrapping interface of
TestRule
to be used within truth.
Note that the sole purpose of this interface is to allow it to be swapped in GWT implementation.
-
Method Summary
Methods inherited from interface org.junit.rules.TestRule
apply