Now basing the implementation on a component graph.
[utils] / system / general / src / test / java / org / wamblee / system / container / DefaultInterfaceRestrictionTest.java
similarity index 98%
rename from system/general/src/test/java/org/wamblee/system/core/DefaultInterfaceRestrictionTest.java
rename to system/general/src/test/java/org/wamblee/system/container/DefaultInterfaceRestrictionTest.java
index 81d47512168443ccacb7015a831ee087fee7de50..cf6c3a822319d9e453465011d6247b24417505e1 100644 (file)
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */ 
-package org.wamblee.system.core;
+package org.wamblee.system.container;
 
 import java.util.ArrayList;
 import java.util.Arrays;
 import java.util.List;
 
-import org.wamblee.test.AssertionUtils;
-
 import junit.framework.TestCase;
 
+import org.wamblee.system.core.Environment;
+import org.wamblee.test.AssertionUtils;
+
 public class DefaultInterfaceRestrictionTest extends TestCase {
     private Application _app1 = new Application("app1", "pf1.");
     private Application _app2 = new Application("app2", "pf2.");