Home
last modified time | relevance | path

Searched refs:ifTester (Results 1 – 3 of 3) sorted by relevance

/dports/textproc/fop/fop-2.6/fop-core/src/test/java/org/apache/fop/intermediate/
H A DIFTestCase.java71 private static IFTester ifTester; field in IFTestCase
77 ifTester = new IFTester(TransformerFactory.newInstance(), backupDir); in setupTestEnvironment()
103 ifTester.doIFChecks(testFile.getName(), ifChecks, doc); in runTest()
/dports/textproc/fop/fop-2.6/fop-core/src/test/java/org/apache/fop/layoutengine/
H A DLayoutEngineTestCase.java113 private IFTester ifTester; field in LayoutEngineTestCase
124 this.ifTester = new IFTester(tfactory, areaTreeBackupDir); in LayoutEngineTestCase()
263 ifTester.doIFChecks(testFile.getName(), ifChecks, ifDocument); in checkAll()
/dports/textproc/fop/fop-2.6/fop-core/src/test/java/org/apache/fop/complexscripts/layout/
H A DComplexScriptsLayoutTestCase.java119 private IFTester ifTester; field in ComplexScriptsLayoutTestCase
125 this.ifTester = new IFTester(tfactory, areaTreeOutputDir); in ComplexScriptsLayoutTestCase()
216 ifTester.doIFChecks(testFile.getName(), ifChecks, ifDocument); in checkAll()