Пример #1
0
 public async void GetNonExistingPlannedInspectionsShouldThrowError(int employeeId)
 {
     await Assert.ThrowsAsync <EntityNotFoundException>(
         () => _inspectionService.GetPlannedInspections(employeeId));
 }