fromMap
Construct a fake filesystem from a mapping of paths to contents
Deprecated
Use fromMap(Map<String, TestFile>) instead
Replace with
fromMap(data.mapValues { (_, v) -> TestFile(v) }, filePathSeparator)Content copied to clipboard
Construct a fake filesystem from a mapping of paths to contents