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