-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or request
Description
After implementing Testably/Testably.Abstractions#476, add checks to validate statistical information.
Examples:
mockFileSystem.Statistics.File.Should()
.HaveCalled(f => f.WriteAllText)
.WithFirstParameter("path/to/file")
.ExactlyOnce();mockFileSystem.Statistics.Path.Should()
.HaveAccessed(p => p.DirectorySeparatorChar)
.Never();Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request