78798081828384
* @param areaTreeBackupDir Optional directory that receives the generated * area tree XML files. May be null. */ public LayoutEngineTester(File areaTreeBackupDir) { this.areaTreeBackupDir = areaTreeBackupDir; this.ifTester = new IFTester(areaTreeBackupDir); }
107108109110111112113114
* Constructs a new instance. * * @param testFile the test file */ public LayoutEngineTestCase(File testFile) { this.ifTester = new IFTester(tfactory, areaTreeBackupDir); this.testFile = testFile; }