# TransactionRecoveryTestsRunner Constructors

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.transactions.testkit.base/orleans.transactions.testkit.transactionrecoverytestsrunner/)

## TransactionRecoveryTestsRunner(TestCluster, Action&lt;string&gt;) {#constructor-orleans-testinghost-testcluster-system-action-string-79573e85}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.transactions.testkit.base/orleans.transactions.testkit.transactionrecoverytestsrunner/constructors/constructor-orleans-testinghost-testcluster-system-action-string-79573e85/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Transactions.TestKit.Base/TestRunners/TransactionRecoveryTestsRunner.cs#L57-L61)

```csharp
public TransactionRecoveryTestsRunner(TestCluster testCluster, Action<string> testOutput)
```

### Parameters

- `testCluster` (`TestCluster`)
- `testOutput` (`Action<string>`)
