matchesSnapshot function
Matches if terminal state matches snapshot
Implementation
Matcher matchesSnapshot(String snapshot) => MatchesSnapshot(snapshot);
Matches if terminal state matches snapshot
Matcher matchesSnapshot(String snapshot) => MatchesSnapshot(snapshot);