summaryrefslogtreecommitdiff
path: root/qadevOOo/runner/graphical/GraphicalComparator.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/runner/graphical/GraphicalComparator.java')
-rw-r--r--qadevOOo/runner/graphical/GraphicalComparator.java31
1 files changed, 31 insertions, 0 deletions
diff --git a/qadevOOo/runner/graphical/GraphicalComparator.java b/qadevOOo/runner/graphical/GraphicalComparator.java
new file mode 100644
index 000000000000..c10bbff8b49e
--- /dev/null
+++ b/qadevOOo/runner/graphical/GraphicalComparator.java
@@ -0,0 +1,31 @@
+/*
+ * To change this template, choose Tools | Templates
+ * and open the template in the editor.
+ */
+
+package graphical;
+
+// import graphical.EnhancedComplexTestCase;
+
+/**
+ *
+ * @author ll93751
+ */
+public class GraphicalComparator extends EnhancedComplexTestCase
+{
+
+ // @Override
+ public String[] getTestMethodNames() {
+ return new String[]{"check"};
+ }
+
+ public void check()
+ {
+ }
+
+ public void checkOneFile(String _sDocument, String _sResult, ParameterHelper _aParams) throws OfficeException {
+ throw new UnsupportedOperationException("Not supported yet.");
+ }
+
+}
+