summaryrefslogtreecommitdiff
path: root/qadevOOo/runner/graphical/GraphicalComparator.java
blob: cba02f78b81956dd358083bd217866315187bb9b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
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.");
    }

}