]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - org.argeo.slc/src/main/java/org/argeo/slc/core/test/TestResult.java
Improve unit tests
[gpl/argeo-slc.git] / org.argeo.slc / src / main / java / org / argeo / slc / core / test / TestResult.java
index ec6b6babb27bbea118f74c1ada19fbcd6c5f834a..5d6e3421f075f99c937325c1b4daaaf28387ce65 100644 (file)
@@ -2,7 +2,15 @@ package org.argeo.slc.core.test;
 \r
 /** The result of a test */\r
 public interface TestResult {\r
+       /** Gets the id of the related test result. */\r
        public TestResultId getTestResultId();\r
+\r
+       /** Adds a part of the result. */\r
        public void addResultPart(TestResultPart part);\r
+\r
+       /**\r
+        * Marks that the collection of test results is completed and free the\r
+        * related resources (also closing listeners).\r
+        */\r
        public void close();\r
 }\r