Searched refs:previousCodePaths (Results 1 – 1 of 1) sorted by relevance
125 private val previousCodePaths = mutableListOf<String>() regex167 previousCodePaths.clear()168 previousCodePaths += codePath616 assertThat(codePaths[0]).isEqualTo(previousCodePaths.last())621 assertThat(previousCodePaths).doesNotContain(codePaths[0])622 previousCodePaths.add(codePaths[0])