MockFileSystem actually is no mock l as it doesn’t have any assertions in it. I see it more as an in-memory file system. The same applies to MockFileData and MockDirectoryData.
What do you think of replacing the Mock prefix with InMemory? We could keep the old names for compatibility.
MockFileSystemactually is no mock l as it doesn’t have any assertions in it. I see it more as an in-memory file system. The same applies toMockFileDataandMockDirectoryData.What do you think of replacing the
Mockprefix withInMemory? We could keep the old names for compatibility.