summaryrefslogtreecommitdiffstats
path: root/qadevOOo/runner/complexlib/Assurance.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/runner/complexlib/Assurance.java')
-rw-r--r--qadevOOo/runner/complexlib/Assurance.java13
1 files changed, 0 insertions, 13 deletions
diff --git a/qadevOOo/runner/complexlib/Assurance.java b/qadevOOo/runner/complexlib/Assurance.java
index 2fa05585e907..0a43aae6b1c9 100644
--- a/qadevOOo/runner/complexlib/Assurance.java
+++ b/qadevOOo/runner/complexlib/Assurance.java
@@ -22,9 +22,6 @@ import java.lang.reflect.InvocationTargetException;
import java.lang.reflect.Method;
/**
- *
- * @author ll93751
- *
* I have removed the assure(...) functions from ComplexTestCase due to the fact now I can
* use the functions every where and don't need to be a ComplexTestCase any longer.
*/
@@ -398,16 +395,6 @@ public class Assurance
assure(msg, false, cont);
}
-// /**
-// * @deprecated
-// */
-// protected void addResult(String message, boolean state) {
-// String msg = message + " - " + state;
-// this.state &= state;
-// this.message += msg + "\r\n";
-// log.println(msg);
-// }
-
public class AssureException extends RuntimeException {
public AssureException(String msg) {