package
1.73.0
Repository: https://github.com/arm-software/golang-utils.git
Documentation: pkg.go.dev

# Functions

AssertError asserts that the error is matching one of the `expectedErrors` This is a wrapper for commonerrors.Any.
AssertErrorDescription asserts that the error description corresponds to one of the `expectedErrorDescriptions` This is a wrapper for commonerrors.CorrespondTo.
RequireError requires that the error is matching one of the `expectedErrors` This is a wrapper for commonerrors.Any.
RequireErrorDescription requires that the error description corresponds to one of the `expectedErrorDescriptions` This is a wrapper for commonerrors.CorrespondTo.