]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - org.argeo.slc.core/src/main/java/org/argeo/slc/unit/test/tree/TreeTestResultTestUtils.java
Restructure deployment
[gpl/argeo-slc.git] / org.argeo.slc.core / src / main / java / org / argeo / slc / unit / test / tree / TreeTestResultTestUtils.java
index 944fe2e6439c39ed8059c9d84dd3b80a3981c826..c602c0b94bedfa3362ec79c40b2446fc05deff31 100644 (file)
@@ -4,6 +4,8 @@ import java.util.UUID;
 \r
 import org.argeo.slc.core.build.Distribution;\r
 import org.argeo.slc.core.deploy.DeployedSystem;\r
+import org.argeo.slc.core.deploy.DeploymentData;\r
+import org.argeo.slc.core.deploy.TargetData;\r
 import org.argeo.slc.core.process.SlcExecution;\r
 import org.argeo.slc.core.process.SlcExecutionStep;\r
 import org.argeo.slc.core.structure.SimpleSElement;\r
@@ -56,6 +58,17 @@ public abstract class TreeTestResultTestUtils {
                        public Distribution getDistribution() {\r
                                return null;\r
                        }\r
+\r
+                       public DeploymentData getDeploymentData() {\r
+                               // TODO Auto-generated method stub\r
+                               return null;\r
+                       }\r
+\r
+                       public TargetData getTargetData() {\r
+                               // TODO Auto-generated method stub\r
+                               return null;\r
+                       }\r
+\r
                });\r
                testRun.notifySlcExecution(slcExecution);\r
 \r
@@ -90,7 +103,8 @@ public abstract class TreeTestResultTestUtils {
                return partFailed;\r
        }\r
 \r
-       public static ResultPartRequest createSimpleResultPartRequest(TreeTestResult ttr) {\r
+       public static ResultPartRequest createSimpleResultPartRequest(\r
+                       TreeTestResult ttr) {\r
                TreeSPath path = ttr.getCurrentPath();\r
                PartSubList lst = ttr.getResultParts().get(path);\r
                SimpleResultPart part = (SimpleResultPart) lst.getParts().get(2);\r