Renamed static_mock package to staticmock

This commit is contained in:
Ramnivas Laddad
2009-10-28 01:23:43 +00:00
parent 776edbcae3
commit 92d6dfbe8d
7 changed files with 11 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
package org.springframework.mock.static_mock;
package org.springframework.mock.staticmock;
import java.util.Arrays;
import java.util.LinkedList;

View File

@@ -1,4 +1,4 @@
package org.springframework.mock.static_mock;
package org.springframework.mock.staticmock;
import javax.persistence.Entity;
import org.junit.Test;

View File

@@ -1,4 +1,4 @@
package org.springframework.mock.static_mock;
package org.springframework.mock.staticmock;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;

View File

@@ -1,4 +1,4 @@
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

View File

@@ -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;

View File

@@ -1,4 +1,4 @@
package org.springframework.mock.static_mock;
package org.springframework.mock.staticmock;
import javax.persistence.Entity;

View File

@@ -1,4 +1,4 @@
package org.springframework.mock.static_mock;
package org.springframework.mock.staticmock;
privileged aspect Person_Roo_Entity {