Searched refs:fileSet (Results 1 – 1 of 1) sorted by relevance
87 val fileSet = files.map { it.absolutePath }.toSet() in Test sandbox() constant88 assertEquals(fileSet, violations.intersect(fileSet)) in Test sandbox()93 val fileSet = files.map { it.absolutePath }.toSet() in Test sandbox() constant94 assertEquals(emptySet, violations.intersect(fileSet)) in Test sandbox()