Ejemplo n.º 1
0
 public async Task GivenNotExistingTag_WhenUpdateTagQueryStatus_ThenShouldThrowException()
 {
     DicomTag tag = DicomTag.DeviceSerialNumber;
     await Assert.ThrowsAsync <ExtendedQueryTagNotFoundException>(() => _extendedQueryTagStore.UpdateQueryStatusAsync(tag.GetPath(), QueryStatus.Enabled));
 }