Home
last modified time | relevance | path

Searched refs:fileB (Results 1 – 2 of 2) sorted by relevance

/external/testng/src/test/java/test/reports/
DReportTest.java110 File fileB = new File(dirB); in shouldHonorSuiteName() local
112 Assert.assertFalse(fileB.exists()); in shouldHonorSuiteName()
117 Assert.assertTrue(fileB.exists(), fileB + " wasn't created"); in shouldHonorSuiteName() local
/external/catch2/scripts/
DapprovalTests.py81 def diffFiles(fileA, fileB): argument
84 with io.open(fileB, 'r', encoding='utf-8', errors='surrogateescape') as file:
88 shortenedFilenameB = fileB.rsplit(os.sep, 1)[-1]