]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - org.argeo.slc/src/main/java/org/argeo/slc/core/test/WritableTestRun.java
Manage with Maven
[gpl/argeo-slc.git] / org.argeo.slc / src / main / java / org / argeo / slc / core / test / WritableTestRun.java
index 40402df88a3087306be8f2cbf75b93ee94cf1b28..8cfe2b72c6f26435268b8c47017d444dbd5b6934 100644 (file)
@@ -2,7 +2,8 @@ package org.argeo.slc.core.test;
 \r
 import org.argeo.slc.core.deploy.DeployedSystem;\r
 \r
-public interface WritableTestRun extends TestRun {\r
+/** Test run whose various components can be externally set. */\r
+public interface WritableTestRun extends ExecutableTestRun {\r
        public void setDeployedSystem(DeployedSystem deployedSystem);\r
 \r
        public void setTestData(TestData testData);\r