]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - org.argeo.slc.core/src/main/java/org/argeo/slc/core/test/TestResultPart.java
Update SimpleResultPart structure
[gpl/argeo-slc.git] / org.argeo.slc.core / src / main / java / org / argeo / slc / core / test / TestResultPart.java
index 8886413873ed9e7239610b4328e9e81054878673..fc5749b86c491a2367e428ddc3d74d5447af1d52 100644 (file)
@@ -1,5 +1,6 @@
 package org.argeo.slc.core.test;\r
 \r
+\r
 /**\r
  * Part of a test result.\r
  * \r
@@ -13,5 +14,5 @@ public interface TestResultPart {
        public String getMessage();\r
 \r
        /** The underlying <code>Exception</code>. Can be null. */\r
-       public Exception getException();\r
+       public String getExceptionMessage();\r
 }\r