SuccessMatcher constructor

SuccessMatcher(
  1. List<String> _expectedOutcomes
)

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

Implementation

SuccessMatcher(this._expectedOutcomes)
    : _checkValue = false,
      _expectedValue = null;