]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - org.argeo.slc/src/main/java/org/argeo/slc/core/test/TestResult.java
Introduce end to end testing with logging of results
[gpl/argeo-slc.git] / org.argeo.slc / src / main / java / org / argeo / slc / core / test / TestResult.java
index 6e4cb7d8f3c03a11d20a277f4dd2c41b4b888905..72ba643c6a0ca90b7444fb02291fda81bb8e7f8c 100644 (file)
@@ -1,6 +1,10 @@
 package org.argeo.slc.core.test;\r
 \r
+import java.util.List;\r
+\r
 /** The result of a test */\r
 public interface TestResult {\r
        public TestResultId getTestResultId();\r
+       public List<TestResultPart> listResultParts();\r
+       public void addResultPart(TestResultPart part);\r
 }\r