]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - org.argeo.slc.core/src/main/java/org/argeo/slc/core/test/TestResultPart.java
Fix the format of tree test result attributes.
[gpl/argeo-slc.git] / org.argeo.slc.core / src / main / java / org / argeo / slc / core / test / TestResultPart.java
index 707c00f3b8aaa05a037b41f1e0bdfbd0f7b50825..9956d86249c5632c098461e09bc3cc6079f61ff3 100644 (file)
@@ -6,7 +6,12 @@ package org.argeo.slc.core.test;
  * @see TestResult\r
  */\r
 public interface TestResultPart {\r
+       /** The status, as defined in {@link TestStatus}. */\r
        public Integer getStatus();\r
 \r
+       /** The related message. */\r
        public String getMessage();\r
+\r
+       /** The underlying <code>Exception</code>. Can be null. */\r
+       public String getExceptionMessage();\r
 }\r