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

[Home](./index.md) &gt; [@contract-case/case-boundary](./case-boundary.md) &gt; [BoundaryContractVerifier](./case-boundary.boundarycontractverifier.md) &gt; [runVerification](./case-boundary.boundarycontractverifier.runverification.md)

## BoundaryContractVerifier.runVerification() method

Run the verification of the contract(s) that can be found using the configuration provided. If you want to filter the contract(s), use the configOverrides to specify a Consumer or Provider name.

**Signature:**

```typescript
runVerification(configOverrides: ContractCaseBoundaryConfig): BoundaryResult;
```

## Parameters

| Parameter       | Type                                                                        | Description                                                                                                                                    |
| --------------- | --------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------- |
| configOverrides | [ContractCaseBoundaryConfig](./case-boundary.contractcaseboundaryconfig.md) | A <code>ContractCaseBoundaryConfig</code> that defines any config options to override (after the ones provided in the constructor are applied) |

**Returns:**

[BoundaryResult](./case-boundary.boundaryresult.md)

`BoundarySuccess` if verification was successful, otherwise a `BoundaryFailure`
