public async Task CreateAsync(bool activate = false)
 {
     await indexStrategy.CreateAsync();
 }
Example #2
0
 protected async override void Because()
 {
     _result = await _strategy.CreateAsync();
 }
Example #3
0
 protected override void Because()
 {
     _strategy.CreateAsync();
 }