コード例 #1
0
 public TransactionRecoveryTests(ITestOutputHelper helper)
 {
     this.EnsurePreconditionsMet();
     this.testRunner = new TransactionRecoveryTestsRunnerxUnit(this.HostedCluster, helper);
 }
コード例 #2
0
        public override async Task InitializeAsync()
        {
            await base.InitializeAsync();

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