You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Hl7.Fhir.Specification.Shared.Tests/Terminology/SharedExpansionTests.cs
+118Lines changed: 118 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -113,5 +113,123 @@ public async Tasks.Task TestExpandingVsWithUnknownSystem()
113
113
varjob=async()=>awaitexpander.ExpandAsync(vs);
114
114
awaitjob.Should().ThrowAsync<ValueSetUnknownException>().WithMessage("The ValueSet expander cannot find codesystem 'http://www.unknown.org/', so the expansion cannot be completed.");
0 commit comments