xref: /AOO41X/main/qadevOOo/runner/graphical/GraphicalComparator.java (revision cdf0e10c4e3984b49a9502b011690b615761d4a3)
1*cdf0e10cSrcweir /*
2*cdf0e10cSrcweir  * To change this template, choose Tools | Templates
3*cdf0e10cSrcweir  * and open the template in the editor.
4*cdf0e10cSrcweir  */
5*cdf0e10cSrcweir 
6*cdf0e10cSrcweir package graphical;
7*cdf0e10cSrcweir 
8*cdf0e10cSrcweir // import graphical.EnhancedComplexTestCase;
9*cdf0e10cSrcweir 
10*cdf0e10cSrcweir /**
11*cdf0e10cSrcweir  *
12*cdf0e10cSrcweir  * @author ll93751
13*cdf0e10cSrcweir  */
14*cdf0e10cSrcweir public class GraphicalComparator extends EnhancedComplexTestCase
15*cdf0e10cSrcweir {
16*cdf0e10cSrcweir 
17*cdf0e10cSrcweir     // @Override
18*cdf0e10cSrcweir     public String[] getTestMethodNames() {
19*cdf0e10cSrcweir         return new String[]{"check"};
20*cdf0e10cSrcweir     }
21*cdf0e10cSrcweir 
22*cdf0e10cSrcweir     public void check()
23*cdf0e10cSrcweir     {
24*cdf0e10cSrcweir     }
25*cdf0e10cSrcweir 
26*cdf0e10cSrcweir     public void checkOneFile(String _sDocument, String _sResult, ParameterHelper _aParams) throws OfficeException {
27*cdf0e10cSrcweir         throw new UnsupportedOperationException("Not supported yet.");
28*cdf0e10cSrcweir     }
29*cdf0e10cSrcweir 
30*cdf0e10cSrcweir }
31*cdf0e10cSrcweir 
32