Package org.mockito.internal.junit
Class JUnitTestRule
java.lang.Object
org.mockito.internal.junit.JUnitTestRule
- All Implemented Interfaces:
TestRule,MockitoTestRule
-
Constructor Summary
ConstructorsConstructorDescriptionJUnitTestRule(MockitoLogger logger, Strictness strictness, Object testInstance) -
Method Summary
Modifier and TypeMethodDescriptionapply(Statement base, Description description) silent()Equivalent toMockitoRule.silent().strictness(Strictness strictness) Equivalent toMockitoRule.strictness(Strictness).
-
Constructor Details
-
JUnitTestRule
-
-
Method Details
-
apply
-
silent
Description copied from interface:MockitoTestRuleEquivalent toMockitoRule.silent().- Specified by:
silentin interfaceMockitoTestRule
-
strictness
Description copied from interface:MockitoTestRuleEquivalent toMockitoRule.strictness(Strictness).- Specified by:
strictnessin interfaceMockitoTestRule
-