Package org.mockito.junit
Class MockitoJUnitRule
- java.lang.Object
-
- org.mockito.junit.MockitoJUnitRule
-
- All Implemented Interfaces:
org.junit.rules.MethodRule
,MockitoRule
@Deprecated public class MockitoJUnitRule extends java.lang.Object implements org.junit.rules.MethodRule, MockitoRule
Deprecated.Please useMockitoJUnit.rule()
instead of direct use. The reason of the deprecation is that we want to avoid concrete classes in the public api.- Since:
- 1.10.6
- See Also:
MockitoJUnit
-
-
Constructor Summary
Constructors Constructor Description MockitoJUnitRule()
Deprecated.MockitoJUnitRule(java.lang.Object targetTest)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description org.junit.runners.model.Statement
apply(org.junit.runners.model.Statement base, org.junit.runners.model.FrameworkMethod method, java.lang.Object target)
Deprecated.
-
-
-
Constructor Detail
-
MockitoJUnitRule
@Deprecated public MockitoJUnitRule()
Deprecated.Please useMockitoJUnit.rule()
. The reason of the deprecation is that we want to avoid concrete classes in the public api.
-
MockitoJUnitRule
@Deprecated public MockitoJUnitRule(java.lang.Object targetTest)
Deprecated.Please useMockitoJUnit.rule()
. The reason of the deprecation is that we want to avoid concrete classes in the public api.
-
-