Skip to content

Commit

Permalink
Personal/jaerwin/r4 integrationtests (microsoft#569)
Browse files Browse the repository at this point in the history
* Create Stu3 and R4 Integration test projects

* Add missing R4 test file

* Move CosmosDbFhirStorageTestsFixture back to shared now that it has no version specific code.
  • Loading branch information
feordin authored Jul 8, 2019
1 parent 5d3acb1 commit 9b82204
Show file tree
Hide file tree
Showing 28 changed files with 170 additions and 13 deletions.
27 changes: 19 additions & 8 deletions Microsoft.Health.Fhir.sln
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Health.Fhir.Tests
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Health.Fhir.ValueSets", "src\Microsoft.Health.Fhir.ValueSets\Microsoft.Health.Fhir.ValueSets.csproj", "{2C4E1934-0AD7-4410-91F7-957F265D7C7B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Health.Fhir.Tests.Integration", "test\Microsoft.Health.Fhir.Tests.Integration\Microsoft.Health.Fhir.Tests.Integration.csproj", "{567D8DB0-B734-4B66-9626-A64BA490C0BA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Health.Fhir.CosmosDb.UnitTests", "src\Microsoft.Health.Fhir.CosmosDb.UnitTests\Microsoft.Health.Fhir.CosmosDb.UnitTests.csproj", "{C015551C-0009-49CE-8C8D-B206BED0BB42}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Health.Extensions.DependencyInjection", "src\Microsoft.Health.Extensions.DependencyInjection\Microsoft.Health.Extensions.DependencyInjection.csproj", "{E2C2B117-32CD-449F-A4A8-4C8BA874D693}"
Expand Down Expand Up @@ -115,13 +113,20 @@ Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "Microsoft.Health.Fhir.Share
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Health.Fhir.Azure.UnitTests", "src\Microsoft.Health.Fhir.Azure.UnitTests\Microsoft.Health.Fhir.Azure.UnitTests.csproj", "{4C4701AA-8DE4-44B2-8134-102F040C34F8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Health.Fhir.R4.Tests.Integration", "test\Microsoft.Health.Fhir.R4.Tests.Integration\Microsoft.Health.Fhir.R4.Tests.Integration.csproj", "{61443024-E60B-4E61-9851-B8D57A8886DC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Health.Fhir.Stu3.Tests.Integration", "test\Microsoft.Health.Fhir.Stu3.Tests.Integration\Microsoft.Health.Fhir.Stu3.Tests.Integration.csproj", "{514B56AD-4E95-46AF-9976-2C68791E157E}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "Microsoft.Health.Fhir.Shared.Tests.Integration", "test\Microsoft.Health.Fhir.Shared.Tests.Integration\Microsoft.Health.Fhir.Shared.Tests.Integration.shproj", "{8AE4A7FD-C963-4004-8086-83E4615AC357}"
EndProject
Global
GlobalSection(SharedMSBuildProjectFiles) = preSolution
test\Microsoft.Health.Fhir.Shared.Tests.E2E.Common\Microsoft.Health.Fhir.Shared.Tests.E2E.Common.projitems*{0478b687-7105-40f6-a2dc-81057890e944}*SharedItemsImports = 13
src\Microsoft.Health.Fhir.Shared.Tests\Microsoft.Health.Fhir.Shared.Tests.projitems*{1495bba7-07b8-47ca-b2ed-511003b57667}*SharedItemsImports = 13
test\Microsoft.Health.Fhir.Shared.Tests.Crucible\Microsoft.Health.Fhir.Shared.Tests.Crucible.projitems*{218cd980-e236-4ef7-a022-0e94ef844d8f}*SharedItemsImports = 13
src\Microsoft.Health.Fhir.Shared.Core\Microsoft.Health.Fhir.Shared.Core.projitems*{295745e2-4dd3-4aab-908d-b3dee976bf0e}*SharedItemsImports = 13
src\Microsoft.Health.Fhir.Shared.Api\Microsoft.Health.Fhir.Shared.Api.projitems*{4b4abb04-42ba-461c-a202-e480a2ae538e}*SharedItemsImports = 13
test\Microsoft.Health.Fhir.Shared.Tests.Integration\Microsoft.Health.Fhir.Shared.Tests.Integration.projitems*{8ae4a7fd-c963-4004-8086-83e4615ac357}*SharedItemsImports = 13
src\Microsoft.Health.Fhir.Shared.Web\Microsoft.Health.Fhir.Shared.Web.projitems*{934ca8bb-b0a7-4187-bf4d-c937fbba1777}*SharedItemsImports = 13
test\Microsoft.Health.Fhir.Shared.Tests.E2E\Microsoft.Health.Fhir.Shared.Tests.E2E.projitems*{a898cc57-69d0-4454-bb70-784c138a05bf}*SharedItemsImports = 13
src\Microsoft.Health.Fhir.Shared.Core.UnitTests\Microsoft.Health.Fhir.Shared.Core.UnitTests.projitems*{df7fb46c-281a-48c9-a86e-f1f9314636e0}*SharedItemsImports = 13
Expand Down Expand Up @@ -164,10 +169,6 @@ Global
{2C4E1934-0AD7-4410-91F7-957F265D7C7B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2C4E1934-0AD7-4410-91F7-957F265D7C7B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2C4E1934-0AD7-4410-91F7-957F265D7C7B}.Release|Any CPU.Build.0 = Release|Any CPU
{567D8DB0-B734-4B66-9626-A64BA490C0BA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{567D8DB0-B734-4B66-9626-A64BA490C0BA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{567D8DB0-B734-4B66-9626-A64BA490C0BA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{567D8DB0-B734-4B66-9626-A64BA490C0BA}.Release|Any CPU.Build.0 = Release|Any CPU
{C015551C-0009-49CE-8C8D-B206BED0BB42}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C015551C-0009-49CE-8C8D-B206BED0BB42}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C015551C-0009-49CE-8C8D-B206BED0BB42}.Release|Any CPU.ActiveCfg = Release|Any CPU
Expand Down Expand Up @@ -272,6 +273,14 @@ Global
{4C4701AA-8DE4-44B2-8134-102F040C34F8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4C4701AA-8DE4-44B2-8134-102F040C34F8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4C4701AA-8DE4-44B2-8134-102F040C34F8}.Release|Any CPU.Build.0 = Release|Any CPU
{61443024-E60B-4E61-9851-B8D57A8886DC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{61443024-E60B-4E61-9851-B8D57A8886DC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{61443024-E60B-4E61-9851-B8D57A8886DC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{61443024-E60B-4E61-9851-B8D57A8886DC}.Release|Any CPU.Build.0 = Release|Any CPU
{514B56AD-4E95-46AF-9976-2C68791E157E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{514B56AD-4E95-46AF-9976-2C68791E157E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{514B56AD-4E95-46AF-9976-2C68791E157E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{514B56AD-4E95-46AF-9976-2C68791E157E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand All @@ -285,7 +294,6 @@ Global
{DCDE987F-0B50-4233-8661-6B5A251E7CAE} = {8AD2A324-DAB5-4380-94A5-31F7D817C384}
{83F1D0BE-F8C4-4244-BB79-B77D92B8F092} = {7457B218-2651-49B5-BED8-22233889516A}
{2C4E1934-0AD7-4410-91F7-957F265D7C7B} = {7457B218-2651-49B5-BED8-22233889516A}
{567D8DB0-B734-4B66-9626-A64BA490C0BA} = {BA0D5243-CFC7-4DEB-9836-657C50195DD1}
{C015551C-0009-49CE-8C8D-B206BED0BB42} = {7457B218-2651-49B5-BED8-22233889516A}
{E2C2B117-32CD-449F-A4A8-4C8BA874D693} = {9DC49B6B-EBFC-44F6-B65F-8931078B630D}
{614DE061-52A0-4471-A3F1-50C9C907FFDB} = {9DC49B6B-EBFC-44F6-B65F-8931078B630D}
Expand Down Expand Up @@ -324,9 +332,12 @@ Global
{7F2B9209-2C50-42ED-961B-A09CC8A26A07} = {BA0D5243-CFC7-4DEB-9836-657C50195DD1}
{218CD980-E236-4EF7-A022-0E94EF844D8F} = {BA0D5243-CFC7-4DEB-9836-657C50195DD1}
{0478B687-7105-40F6-A2DC-81057890E944} = {BA0D5243-CFC7-4DEB-9836-657C50195DD1}
{61443024-E60B-4E61-9851-B8D57A8886DC} = {BA0D5243-CFC7-4DEB-9836-657C50195DD1}
{514B56AD-4E95-46AF-9976-2C68791E157E} = {BA0D5243-CFC7-4DEB-9836-657C50195DD1}
{8AE4A7FD-C963-4004-8086-83E4615AC357} = {BA0D5243-CFC7-4DEB-9836-657C50195DD1}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E370FB31-CF95-47D1-B1E1-863A77973FF8}
RESX_SortFileContentOnSave = True
SolutionGuid = {E370FB31-CF95-47D1-B1E1-863A77973FF8}
EndGlobalSection
EndGlobal
2 changes: 2 additions & 0 deletions src/Microsoft.Health.Fhir.Core/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@
[assembly: NeutralResourcesLanguage("en-us")]
[assembly: InternalsVisibleTo("Microsoft.Health.Fhir.R4.Api.UnitTests")]
[assembly: InternalsVisibleTo("Microsoft.Health.Fhir.Stu3.Api.UnitTests")]
[assembly: InternalsVisibleTo("Microsoft.Health.Fhir.Stu3.Tests.Integration")]
[assembly: InternalsVisibleTo("Microsoft.Health.Fhir.R4.Tests.Integration")]
3 changes: 2 additions & 1 deletion src/Microsoft.Health.Fhir.CosmosDb/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@
using System.Runtime.CompilerServices;

[assembly: InternalsVisibleTo("Microsoft.Health.Fhir.CosmosDb.UnitTests")]
[assembly: InternalsVisibleTo("Microsoft.Health.Fhir.Tests.Integration")]
[assembly: InternalsVisibleTo("Microsoft.Health.Fhir.Stu3.Tests.Integration")]
[assembly: InternalsVisibleTo("Microsoft.Health.Fhir.R4.Tests.Integration")]
[assembly: NeutralResourcesLanguage("en-us")]
2 changes: 1 addition & 1 deletion src/Microsoft.Health.Fhir.R4.Core/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
[assembly: InternalsVisibleTo("Microsoft.Health.Fhir.R4.Core.UnitTests")]
[assembly: InternalsVisibleTo("Microsoft.Health.Fhir.Tests.Common")]
[assembly: InternalsVisibleTo("Microsoft.Health.Fhir.R4.Tests.E2E")]
[assembly: InternalsVisibleTo("Microsoft.Health.Fhir.Tests.Integration")]
[assembly: InternalsVisibleTo("Microsoft.Health.Fhir.R4.Tests.Integration")]
3 changes: 2 additions & 1 deletion src/Microsoft.Health.Fhir.SqlServer.Api/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@
using System.Runtime.CompilerServices;

[assembly: InternalsVisibleTo("Microsoft.Health.Fhir.SqlServer.Api.UnitTests")]
[assembly: InternalsVisibleTo("Microsoft.Health.Fhir.Tests.Integration")]
[assembly: InternalsVisibleTo("Microsoft.Health.Fhir.Stu3.Tests.Integration")]
[assembly: InternalsVisibleTo("Microsoft.Health.Fhir.R4.Tests.Integration")]
[assembly: NeutralResourcesLanguage("en-us")]
3 changes: 2 additions & 1 deletion src/Microsoft.Health.Fhir.SqlServer/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@

[assembly: InternalsVisibleTo("Microsoft.Health.Fhir.SqlServer.Api")]
[assembly: InternalsVisibleTo("Microsoft.Health.Fhir.SqlServer.UnitTests")]
[assembly: InternalsVisibleTo("Microsoft.Health.Fhir.Tests.Integration")]
[assembly: InternalsVisibleTo("Microsoft.Health.Fhir.Stu3.Tests.Integration")]
[assembly: InternalsVisibleTo("Microsoft.Health.Fhir.R4.Tests.Integration")]
[assembly: NeutralResourcesLanguage("en-us")]
2 changes: 1 addition & 1 deletion src/Microsoft.Health.Fhir.Stu3.Core/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
[assembly: InternalsVisibleTo("Microsoft.Health.Fhir.Stu3.Core.UnitTests")]
[assembly: InternalsVisibleTo("Microsoft.Health.Fhir.Tests.Common")]
[assembly: InternalsVisibleTo("Microsoft.Health.Fhir.Stu3.Tests.E2E")]
[assembly: InternalsVisibleTo("Microsoft.Health.Fhir.Tests.Integration")]
[assembly: InternalsVisibleTo("Microsoft.Health.Fhir.Stu3.Tests.Integration")]
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@
<None Remove="TestFiles\R4\Patient.xml" />
<None Remove="TestFiles\R4\ValidCompartmentDefinition.json" />
<None Remove="TestFiles\R4\Weight.json" />
<None Remove="TestFiles\R4\WeightInGrams.json" />
<None Remove="TestFiles\ResourceWrapperNoVersion.json" />
<None Remove="TestFiles\Stu3\DocumentReference-example-002.json" />
<None Remove="TestFiles\Stu3\DocumentReference-example-003.json" />
Expand Down Expand Up @@ -140,6 +141,7 @@
<EmbeddedResource Include="TestFiles\R4\Patient.xml" />
<EmbeddedResource Include="TestFiles\R4\ValidCompartmentDefinition.json" />
<EmbeddedResource Include="TestFiles\R4\Weight.json" />
<EmbeddedResource Include="TestFiles\R4\WeightInGrams.json" />
<EmbeddedResource Include="TestFiles\Stu3\BasicExampleNarrative.json" />
<EmbeddedResource Include="TestFiles\Stu3\BasicExampleNarrative.xml" />
<EmbeddedResource Include="TestFiles\Stu3\BloodGlucose.json" />
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
{
"resourceType": "Observation",
"text": {
"status": "generated"
},
"status": "final",
"category": [
{
"coding": [
{
"system": "http://hl7.org/fhir/observation-category",
"code": "vital-signs",
"display": "Vital Signs"
}
]
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "29463-7",
"display": "Body Weight"
},
{
"system": "http://loinc.org",
"code": "3141-9",
"display": "Body weight Measured"
},
{
"system": "http://snomed.info/sct",
"code": "27113001",
"display": "Body weight"
},
{
"system": "http://acme.org/devices/clinical-codes",
"code": "body-weight",
"display": "Body Weight"
},
{
"system": "http://healthvault.com/vocabularies/vital-statistics",
"code": "Wgt",
"display": "Body Weight"
}
]
},
"subject": {
"reference": "Patient/example"
},
"effectiveDateTime": "2016-03-28",
"valueQuantity": {
"value": 75000,
"unit": "g",
"system": "http://unitsofmeasure.org",
"code": "g"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netcoreapp2.2</TargetFramework>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.TestHost" Version="2.2.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.0.1" />
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.1" />
<PackageReference Include="Microsoft.Azure.DocumentDB.Core" Version="2.2.3" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\src\Microsoft.Health.Extensions.Xunit\Microsoft.Health.Extensions.Xunit.csproj" />
<ProjectReference Include="..\..\src\Microsoft.Health.Fhir.Api\Microsoft.Health.Fhir.Api.csproj" />
<ProjectReference Include="..\..\src\Microsoft.Health.Fhir.Azure\Microsoft.Health.Fhir.Azure.csproj" />
<ProjectReference Include="..\..\src\Microsoft.Health.Fhir.Core\Microsoft.Health.Fhir.Core.csproj" />
<ProjectReference Include="..\..\src\Microsoft.Health.Fhir.CosmosDb\Microsoft.Health.Fhir.CosmosDb.csproj" />
<ProjectReference Include="..\..\src\Microsoft.Health.Fhir.SqlServer.Api\Microsoft.Health.Fhir.SqlServer.Api.csproj" />
<ProjectReference Include="..\..\src\Microsoft.Health.Fhir.SqlServer\Microsoft.Health.Fhir.SqlServer.csproj" />
<ProjectReference Include="..\..\src\Microsoft.Health.Fhir.R4.Core\Microsoft.Health.Fhir.R4.Core.csproj" />
<ProjectReference Include="..\..\src\Microsoft.Health.Fhir.Tests.Common\Microsoft.Health.Fhir.Tests.Common.csproj" />
</ItemGroup>

<Import Project="..\..\src\Microsoft.Health.Fhir.Shared.Tests\Microsoft.Health.Fhir.Shared.Tests.projitems" Label="Shared" />

<Import Project="..\Microsoft.Health.Fhir.Shared.Tests.Integration\Microsoft.Health.Fhir.Shared.Tests.Integration.projitems" Label="Shared" />
</Project>
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
<?xml version="1.0" encoding="utf-8"?>
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>
<HasSharedItems>true</HasSharedItems>
<SharedGUID>8ae4a7fd-c963-4004-8086-83e4615ac357</SharedGUID>
</PropertyGroup>
<PropertyGroup Label="Configuration">
<Import_RootNamespace>Microsoft.Health.Fhir.Shared.Tests.Integration</Import_RootNamespace>
</PropertyGroup>
<ItemGroup>
<Compile Include="$(MSBuildThisFileDirectory)Features\Operations\CosmosFhirOperationDataStoreTests.cs" />
<Compile Include="$(MSBuildThisFileDirectory)Features\Operations\Export\CreateExportRequestHandlerTests.cs" />
<Compile Include="$(MSBuildThisFileDirectory)Features\Operations\FhirOperationTestConstants.cs" />
<Compile Include="$(MSBuildThisFileDirectory)Persistence\CosmosDbFhirStorageTestHelper.cs" />
<Compile Include="$(MSBuildThisFileDirectory)Persistence\CosmosDbFhirStorageTestsFixture.cs" />
<Compile Include="$(MSBuildThisFileDirectory)Persistence\FhirStorageTests.cs" />
<Compile Include="$(MSBuildThisFileDirectory)Persistence\FhirStorageTestsFixture.cs" />
<Compile Include="$(MSBuildThisFileDirectory)Persistence\FhirStorageTestsFixtureArgumentSetsAttribute.cs" />
<Compile Include="$(MSBuildThisFileDirectory)Persistence\IFhirStorageTestHelper.cs" />
<Compile Include="$(MSBuildThisFileDirectory)Persistence\NullFhirDocumentQueryLogger.cs" />
<Compile Include="$(MSBuildThisFileDirectory)Persistence\SqlDataReaderExtensionsTests.cs" />
<Compile Include="$(MSBuildThisFileDirectory)Persistence\SqlServerFhirStorageTestHelper.cs" />
<Compile Include="$(MSBuildThisFileDirectory)Persistence\SqlServerFhirStorageTestsFixture.cs" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Label="Globals">
<ProjectGuid>8ae4a7fd-c963-4004-8086-83e4615ac357</ProjectGuid>
<MinimumVisualStudioVersion>14.0</MinimumVisualStudioVersion>
</PropertyGroup>
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\CodeSharing\Microsoft.CodeSharing.Common.Default.props" />
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\CodeSharing\Microsoft.CodeSharing.Common.props" />
<PropertyGroup />
<Import Project="Microsoft.Health.Fhir.Shared.Tests.Integration.projitems" Label="Shared" />
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\CodeSharing\Microsoft.CodeSharing.CSharp.targets" />
</Project>
11 changes: 11 additions & 0 deletions test/Microsoft.Health.Fhir.Stu3.Tests.Integration/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
// -------------------------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License (MIT). See LICENSE in the repo root for license information.
// -------------------------------------------------------------------------------------------------

using Microsoft.Health.Extensions.Xunit;
using Microsoft.Health.Fhir.Tests.Common;
using Xunit;

[assembly: TestFramework(typeName: CustomXunitTestFramework.TypeName, assemblyName: CustomXunitTestFramework.AssemblyName)]
[assembly: AssemblyFixture(typeof(SetModelInfoProviderAssemblyFixture))]
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,6 @@
</ItemGroup>

<Import Project="..\..\src\Microsoft.Health.Fhir.Shared.Tests\Microsoft.Health.Fhir.Shared.Tests.projitems" Label="Shared" />

<Import Project="..\Microsoft.Health.Fhir.Shared.Tests.Integration\Microsoft.Health.Fhir.Shared.Tests.Integration.projitems" Label="Shared" />
</Project>

0 comments on commit 9b82204

Please sign in to comment.