summaryrefslogtreecommitdiff
path: root/qadevOOo/runner/graphical/EnhancedComplexTestCase.java
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-12-11 08:10:33 +0200
committerNoel Grandin <noelgrandin@gmail.com>2014-12-11 08:00:52 +0000
commit373affe59c9646d65c744ff7e3ed00425ccf9eb8 (patch)
tree99f9ae8845d08b2760aff0bf4c6751114f86abca /qadevOOo/runner/graphical/EnhancedComplexTestCase.java
parent3dee6c74c37d1667c1d56767896e9578e2836e29 (diff)
java: remove some unnecessary interfaces
Change-Id: Ie2da7cbbd1733881ff2da6fa095c37c21cf19fe8 Reviewed-on: https://gerrit.libreoffice.org/13435 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'qadevOOo/runner/graphical/EnhancedComplexTestCase.java')
-rw-r--r--qadevOOo/runner/graphical/EnhancedComplexTestCase.java7
1 files changed, 6 insertions, 1 deletions
diff --git a/qadevOOo/runner/graphical/EnhancedComplexTestCase.java b/qadevOOo/runner/graphical/EnhancedComplexTestCase.java
index 6f61d4f90a5b..758edda3c711 100644
--- a/qadevOOo/runner/graphical/EnhancedComplexTestCase.java
+++ b/qadevOOo/runner/graphical/EnhancedComplexTestCase.java
@@ -19,13 +19,18 @@
package graphical;
import complexlib.ComplexTestCase;
+
import java.io.File;
import java.io.FileFilter;
import java.util.ArrayList;
-abstract public class EnhancedComplexTestCase extends ComplexTestCase implements IDocument
+abstract public class EnhancedComplexTestCase extends ComplexTestCase
{
+ /**
+ * Call this for each document
+ */
+ protected abstract void checkOneFile(String _sDocument, String _sResult, ParameterHelper _aParams) throws OfficeException;
private void callEntry(String _sEntry, ParameterHelper _aParam)
{