Skip to main content

ArrayEachEntryMatches

Matches an array where each element matches the provided matcher.

import { matchers } from '@contract-case/case-definition-dsl'

new matchers.arrays.ArrayEachEntryMatches(matcher: any)

Parameters

NameTypeDescription
matcheranyThe matcher for each entry in the array.