<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@contract-case/case-boundary](./case-boundary.md) &gt; [ContractCaseBoundaryConfig](./case-boundary.contractcaseboundaryconfig.md) &gt; [triggerAndTests](./case-boundary.contractcaseboundaryconfig.triggerandtests.md)

## ContractCaseBoundaryConfig.triggerAndTests property

A Map of native trigger and test functions (if any) for several interaction pairs. Most useful during verification, but also valid during definition

Keyed by `${requestName}::${responseName}`

**Signature:**

```typescript
readonly triggerAndTests?: Record<string, ITriggerFunction>;
```
