]> 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 8886413873ed9e7239610b4328e9e81054878673..9956d86249c5632c098461e09bc3cc6079f61ff3 100644 (file)
@@ -13,5 +13,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