# ConsistencyTransactionTestRunnerxUnit Constructors

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.transactions.testkit.xunit/orleans.transactions.testkit.xunit.consistencytransactiontestrunnerxunit/)

## ConsistencyTransactionTestRunnerxUnit(IGrainFactory, ITestOutputHelper) {#constructor-orleans-igrainfactory-xunit-abstractions-itestoutputhelper-f030dfc1}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.transactions.testkit.xunit/orleans.transactions.testkit.xunit.consistencytransactiontestrunnerxunit/constructors/constructor-orleans-igrainfactory-xunit-abstractions-itestoutputhelper-f030dfc1/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Transactions.TestKit.xUnit/ConsistencyTransactionTestRunner.cs#L11-L13)

```csharp
public ConsistencyTransactionTestRunnerxUnit(IGrainFactory grainFactory, ITestOutputHelper output)
```

### Parameters

- `grainFactory` (`IGrainFactory`)
- `output` (`ITestOutputHelper`)
