Exemplo n.º 1
0
 public TransactionRecoveryTests(ITestOutputHelper helper)
 {
     this.EnsurePreconditionsMet();
     this.testRunner = new TransactionRecoveryTestsRunnerxUnit(this.HostedCluster, helper);
 }
Exemplo n.º 2
0
        public override async Task InitializeAsync()
        {
            await base.InitializeAsync();

            this.testRunner = new TransactionRecoveryTestsRunnerxUnit(this.HostedCluster, helper);
        }