Connectivity v3.3.0 Release Notes

Release Date: 2019-11-04 // over 4 years ago
  • ➕ Added

    • ➕ Added new validators including:

      • ConnectivityResponseStringEqualityValidator: Determines whether the response string is equal to an expected string.
      • ConnectivityResponseContainsStringValidator: Determines whether the response string contains an expected string.
      • ConnectivityResponseRegExValidator: Determines whether the response string matches a given regular expression.

    These validators can be composed when creating a custom validator conforming to ConnectivityResponseValidator protocol.