提交 92d6dfbe 编写于 作者: R Ramnivas Laddad

Renamed static_mock package to staticmock

上级 776edbca
package org.springframework.mock.static_mock;
package org.springframework.mock.staticmock;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
......
package org.springframework.mock.static_mock;
package org.springframework.mock.staticmock;
import java.rmi.RemoteException;
......@@ -8,6 +8,8 @@ import junit.framework.Assert;
import org.junit.Ignore;
import org.junit.Test;
import org.springframework.mock.staticmock.JUnitStaticEntityMockingControl;
import org.springframework.mock.staticmock.MockStaticEntityMethods;
//Used because verification failures occur after method returns,
//so we can't test for them in the test case itself
......
......@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.springframework.mock.static_mock;
package org.springframework.mock.staticmock;
import java.rmi.RemoteException;
......@@ -25,6 +25,8 @@ import junit.framework.Assert;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.junit.runners.JUnit4;
import org.springframework.mock.staticmock.JUnitStaticEntityMockingControl;
import org.springframework.mock.staticmock.MockStaticEntityMethods;
import org.springframework.remoting.RemoteAccessException;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册