office-gobmx/qadevOOo/runner/graphical/GraphicalComparator.java
2008-10-06 10:00:36 +00:00

31 lines
604 B
Java

/*
* 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.");
}
}