示例#1
0
 public async Task ShouldCreateAndReturnTheSpecifiedClan()
 {
     await Assert.ThrowsAsync <NotSupportedException>(() => _clanService.CreateAsync(null));
 }