matchesSnapshot function

Matcher matchesSnapshot(
  1. String snapshot
)

Matches if terminal state matches snapshot

Implementation

Matcher matchesSnapshot(String snapshot) => MatchesSnapshot(snapshot);