Home
last modified time | relevance | path

Searched refs:_aParams (Results 1 – 8 of 8) sorted by relevance

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/graphical/
H A DJPEGComparator.java203 _aParams.getTestParameters().put("RefBuildId", sRefBuildID); in checkOneFile()
230 checkOnePicture(sJPEGFilename, _sResult, _aParams); in checkOneFile()
240 evaluateResult(sResultIniFile, _aParams); in checkOneFile()
243 private void evaluateResult(String _sDocument, ParameterHelper _aParams) in evaluateResult() argument
329 _aParams.getTestParameters().put("current_state", sStatusRunThrough); in evaluateResult()
330 _aParams.getTestParameters().put("current_info", sStatusMessage); in evaluateResult()
331 _aParams.getTestParameters().put("current_ok_status", ok_status); in evaluateResult()
350 String sInputPath = _aParams.getInputPath(); in checkOnePicture()
357 compareJPEG(_sDocumentName, sResultFilename, _aParams); in checkOnePicture()
367 String sInputPath = _aParams.getInputPath(); in checkOnePicture()
[all …]
H A DJPEGEvaluator.java54 …public void checkOneFile(String _sDocument, String _sResult, ParameterHelper _aParams) throws Offi… in checkOneFile() argument
149 … String sHTMLFile = _aParams.getHTMLPrefix(); // "http://so-gfxcmp-lin/gfxcmp_ui/cw.php?inifile="; in checkOneFile()
H A DPostscriptCreator.java54 …public void checkOneFile(String _sDocumentName, String _sResult, ParameterHelper _aParams) throws … in checkOneFile() argument
58 IOffice aOffice = new Office(_aParams, _sResult); in checkOneFile()
H A DJPEGCreator.java56 …public void checkOneFile(String _sDocumentName, String _sResult, ParameterHelper _aParams) throws … in checkOneFile() argument
65 String sJPEGNameSchema = createJPEG(_sDocumentName, "", _aParams); in checkOneFile()
H A DIDocument.java39 …public void checkOneFile(String _sDocument, String _sResult, ParameterHelper _aParams) throws Offi… in checkOneFile() argument
H A DGraphicalComparator.java47 …public void checkOneFile(String _sDocument, String _sResult, ParameterHelper _aParams) throws Offi… in checkOneFile() argument
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/org/openoffice/
H A DRunner.java125 private static void checkAllVariablesForCygwinPath(TestParameters _aParams) in checkAllVariablesForCygwinPath() argument
159 aEnum = _aParams.keys(); in checkAllVariablesForCygwinPath()
163 if (_aParams.get(sKey) instanceof String) in checkAllVariablesForCygwinPath()
165 String sValue = (String) _aParams.get(sKey); in checkAllVariablesForCygwinPath()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/base/
H A Djava_fat.java67 public boolean executeTest(lib.TestParameters _aParams) in executeTest() argument
69 m_aParams = _aParams; in executeTest()

Completed in 39 milliseconds