<!-- 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; [interactions](./case-definition-dsl.interactions.md) &gt; [functions](./case-definition-dsl.interactions.functions.md) &gt; [WillReceiveFunctionCall](./case-definition-dsl.interactions.functions.willreceivefunctioncall.md) &gt; [(constructor)](./case-definition-dsl.interactions.functions.willreceivefunctioncall._constructor_.md)

## interactions.functions.WillReceiveFunctionCall.(constructor)

Defines an example that expects a function to be called with specific arguments

**Signature:**

```typescript
constructor(example: FunctionExecutionExample);
```

## Parameters

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

Parameter

</th><th>

Type

</th><th>

Description

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

example

</td><td>

[FunctionExecutionExample](./case-definition-dsl.interactions.functions.functionexecutionexample.md)

</td><td>

a

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