Searched refs:newContents (Results 1 – 2 of 2) sorted by relevance
109 val newContents = String(Files.readAllBytes(file.toPath())) regex111 assertThat(newContents).isEqualTo(fileContents)
152 String newContents = readPoliciesFile(0); in testSameVersionDoesNothing() local153 assertThat(newContents).isEqualTo(oldContents); in testSameVersionDoesNothing()