ReferenceMatch
Matches a named matcher created with matchers.convenience.NamedMatch.
- Typescript
- Java
import { matchers } from '@contract-case/case-definition-dsl'
new matchers.convenience.ReferenceMatch(name: string)
Parameters
Name | Type | Description |
---|---|---|
name | string | The name you gave to a previous call of NamedMatch . |
import io.contract_testing.contractcase.definitions.matchers.convenience.ReferenceMatch;
new ReferenceMatch(java.lang.String name);
Parameters
Name | Type | Description |
---|---|---|
name | java.lang.String | The name you gave to a previous call of NamedMatch . |