Skip to content

Commit

Permalink
Deprecated MockitoJUnitRule
Browse files Browse the repository at this point in the history
Fixes #139
  • Loading branch information
mockitoguy committed Dec 15, 2014
1 parent 7c5a169 commit fb455b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/org/mockito/junit/MockitoJUnitRule.java
Expand Up @@ -13,6 +13,7 @@
* @see MockitoJUnit
* @since 1.10.6
*/
@Deprecated
public class MockitoJUnitRule implements MethodRule, MockitoRule {
//MethodRule is undeprecated in latest JUnit
private final JUnitRule jUnitRule;
Expand Down

0 comments on commit fb455b9

Please sign in to comment.