merged tag ooo/DEV300_m102
[LibreOffice.git] / qadevOOo / runner / graphical / GraphicalComparator.java
blobc10bbff8b49e7486fffef1058d1da659210a26d8
1 /*
2 * To change this template, choose Tools | Templates
3 * and open the template in the editor.
4 */
6 package graphical;
8 // import graphical.EnhancedComplexTestCase;
10 /**
12 * @author ll93751
14 public class GraphicalComparator extends EnhancedComplexTestCase
17 // @Override
18 public String[] getTestMethodNames() {
19 return new String[]{"check"};
22 public void check()
26 public void checkOneFile(String _sDocument, String _sResult, ParameterHelper _aParams) throws OfficeException {
27 throw new UnsupportedOperationException("Not supported yet.");