<!-- 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)

## matchers.functions.FunctionArguments class

Matches function arguments, for use with a MockFunctionCall / MockFunctionExecution.

Usually you don't need to use this matcher directly, the mock creates it for you.

**Signature:**

```typescript
export declare class FunctionArguments extends AnyMatcher
```

**Extends:** AnyMatcher

## Constructors

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

Constructor

</th><th>

Modifiers

</th><th>

Description

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

[(constructor)(expectedArguments)](./case-definition-dsl.matchers.functions.functionarguments._constructor_.md)

</td><td>

</td><td>

Matches function arguments, for use with a FunctionExecutionMock

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

## Properties

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

Property

</th><th>

Modifiers

</th><th>

Type

</th><th>

Description

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

[arguments](./case-definition-dsl.matchers.functions.functionarguments.arguments.md)

</td><td>

</td><td>

AnyMatcherOrData\[\]

</td><td>

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

## Methods

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

Method

</th><th>

Modifiers

</th><th>

Description

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

[toJSON()](./case-definition-dsl.matchers.functions.functionarguments.tojson.md)

</td><td>

</td><td>

For non-TypeScript implementations (see `AnyMatcher.toJSON`<!-- -->)

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