Example #1
0
 public async Task WhenPipelineIsRun()
 {
     _helper = new PLStageTitlesWithWarningHelper()
               .WithSourceTable("test.HundredTitleStub")
               .WithRowCountWarningThreshold(50);
     await _helper.RunPipeline();
 }
Example #2
0
 public async Task WhenPipelineIsRun()
 {
     _helper = new PLStageTitlesWithWarningHelper()
               .WithSourceTable("test.TenTitleStub");
     await _helper.RunPipeline();
 }
 public async Task WhenPipelineIsRun()
 {
     _helper = new PLStageTitlesWithWarningHelper();
     await _helper.RunPipeline();
 }