Example #1
0
 public async Task Check_If_Category_Exists_False_Test()
 {
     Assert.False(await service.CheckIfCategoryExistsAsync(""));
 }