Searched refs:equalsIgnoreOrder (Results 1 – 1 of 1) sorted by relevance
110 if (actualFiles.equalsIgnoreOrder(expectedFiles)) { in assertArchiveContainsFiles()126 fun <T> List<T>.equalsIgnoreOrder(other: List<T>) = this.toSet() == other.toSet() in equalsIgnoreOrder() method