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

[Home](./index.md) &gt; [@contract-case/case-definition-dsl](./case-definition-dsl.md) &gt; [matchers](./case-definition-dsl.matchers.md) &gt; [functions](./case-definition-dsl.matchers.functions.md) &gt; [FunctionArguments](./case-definition-dsl.matchers.functions.functionarguments.md) &gt; [(constructor)](./case-definition-dsl.matchers.functions.functionarguments._constructor_.md)

## matchers.functions.FunctionArguments.(constructor)

Matches function arguments, for use with a FunctionExecutionMock

**Signature:**

```typescript
constructor(expectedArguments: AnyMatcherOrData[]);
```

## Parameters

<table><thead><tr><th>

Parameter

</th><th>

Type

</th><th>

Description

</th></tr></thead>
<tbody><tr><td>

expectedArguments

</td><td>

AnyMatcherOrData\[\]

</td><td>

an array where each entry will be matched against the arguments

</td></tr>
</tbody></table>
