FailureMatcher constructor

FailureMatcher(
  1. List<String> _expectedOutcomes
)

Creates a matcher that checks only the outcomes of a Failure.

Implementation

FailureMatcher(this._expectedOutcomes)
    : _checkContext = false,
      _expectedContext = null;