Skip to content

Commit

Permalink
Moved the new MockitoJUnitRule to 'junit' package.
Browse files Browse the repository at this point in the history
  • Loading branch information
mockitoguy authored and continuous-delivery-drone committed Oct 6, 2014
1 parent bc5349d commit 4d987dc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/org/mockito/Mockito.java
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
import org.mockito.internal.stubbing.defaultanswers.ReturnsEmptyValues;
import org.mockito.internal.stubbing.defaultanswers.ReturnsMoreEmptyValues;
import org.mockito.internal.verification.VerificationModeFactory;
import org.mockito.rules.MockitoJUnitRule;
import org.mockito.junit.MockitoJUnitRule;
import org.mockito.runners.MockitoJUnitRunner;
import org.mockito.stubbing.*;
import org.mockito.verification.After;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package org.mockito.rules;
package org.mockito.junit;

import org.junit.rules.TestRule;
import org.junit.runner.Description;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package org.mockito.rules;
package org.mockito.junit;

import org.junit.Rule;
import org.junit.Test;
Expand Down

0 comments on commit 4d987dc

Please sign in to comment.