Lines Matching refs:scenario
96 private String scenario = null; field in FileExport
378 sourceFile.length(), scenario, "", "", "Fail", reason); in Open()
405 scenario = FileUtil.getFileExtName(file).toLowerCase() + " to " + extName; in savetosameformat()
433 sourceFile.length(), scenario, saveTo, targetFile.length(), in savetosameformat()
443 sourceFile.length(), scenario, "", "", "Fail", exception); in savetosameformat()
474 scenario = extName + " to " + targetExtName; in savetodiffformat()
498 sourceFile.length(), scenario, saveTo, targetFile.length(), in savetodiffformat()
508 sourceFile.length(), scenario, "", "", "Fail", exception); in savetodiffformat()
610 scenario = FileUtil.getFileExtName(file).toLowerCase() + " to pdf"; in savetopdfformat()
638 sourceFile.length(), scenario, saveTo, targetFile.length(), in savetopdfformat()
648 sourceFile.length(), scenario, "", "", "Fail", reason); in savetopdfformat()