Skip to content

Commit

Permalink
Setup test projects
Browse files Browse the repository at this point in the history
  • Loading branch information
rickykaare committed Nov 16, 2024
1 parent 78f7e7e commit 96d2e5f
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 38 deletions.
7 changes: 0 additions & 7 deletions Cabazure.Messaging.sln
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Cabazure.Messaging.EventHub
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Cabazure.Messaging.ServiceBus.Tests", "test\Cabazure.Messaging.ServiceBus.Tests\Cabazure.Messaging.ServiceBus.Tests.csproj", "{597FF3F6-A2F8-478F-B849-F8D8AE98C407}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Cabazure.Messaging.Abstractions.Tests", "test\Cabazure.Messaging.Abstractions.Tests\Cabazure.Messaging.Abstractions.Tests.csproj", "{0A647DD5-B4B2-0BBE-FAC3-BE4D7DFE0099}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "samples", "samples", "{DF7C0EAA-E46A-4072-AF77-D0FB2C9E434B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "EventHub", "EventHub", "{E5E39E4F-A1D3-4BD3-982D-6A6035F5BCEE}"
Expand Down Expand Up @@ -83,10 +81,6 @@ Global
{597FF3F6-A2F8-478F-B849-F8D8AE98C407}.Debug|Any CPU.Build.0 = Debug|Any CPU
{597FF3F6-A2F8-478F-B849-F8D8AE98C407}.Release|Any CPU.ActiveCfg = Release|Any CPU
{597FF3F6-A2F8-478F-B849-F8D8AE98C407}.Release|Any CPU.Build.0 = Release|Any CPU
{0A647DD5-B4B2-0BBE-FAC3-BE4D7DFE0099}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0A647DD5-B4B2-0BBE-FAC3-BE4D7DFE0099}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0A647DD5-B4B2-0BBE-FAC3-BE4D7DFE0099}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0A647DD5-B4B2-0BBE-FAC3-BE4D7DFE0099}.Release|Any CPU.Build.0 = Release|Any CPU
{34B407ED-5347-23DF-A4A5-A2423A43FEAB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{34B407ED-5347-23DF-A4A5-A2423A43FEAB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{34B407ED-5347-23DF-A4A5-A2423A43FEAB}.Release|Any CPU.ActiveCfg = Release|Any CPU
Expand Down Expand Up @@ -129,7 +123,6 @@ Global
{67DECDE1-4455-4F12-B5A0-76BE25016CD2} = {496B57FF-4EF2-443E-A65D-328D9DB49148}
{D916AC1D-E1B5-4325-A09A-D2EF1116C2A0} = {02EA681E-C7D8-13C7-8484-4AC65E1B71E8}
{597FF3F6-A2F8-478F-B849-F8D8AE98C407} = {02EA681E-C7D8-13C7-8484-4AC65E1B71E8}
{0A647DD5-B4B2-0BBE-FAC3-BE4D7DFE0099} = {02EA681E-C7D8-13C7-8484-4AC65E1B71E8}
{E5E39E4F-A1D3-4BD3-982D-6A6035F5BCEE} = {DF7C0EAA-E46A-4072-AF77-D0FB2C9E434B}
{34B407ED-5347-23DF-A4A5-A2423A43FEAB} = {E5E39E4F-A1D3-4BD3-982D-6A6035F5BCEE}
{1597B199-DAF5-3A73-A403-5CF78D51EC13} = {E5E39E4F-A1D3-4BD3-982D-6A6035F5BCEE}
Expand Down

This file was deleted.

10 changes: 0 additions & 10 deletions test/Cabazure.Messaging.Abstractions.Tests/UnitTest1.cs

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,28 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Atc.Test" Version="1.1.4" />
<PackageReference Include="coverlet.collector" Version="6.0.2" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="xunit" Version="2.9.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\src\Cabazure.Messaging.EventHub\Cabazure.Messaging.EventHub.csproj" />
</ItemGroup>

<ItemGroup>
<Using Include="System.ComponentModel.DataAnnotations" />
<Using Include="Atc.Test" />
<Using Include="AutoFixture" />
<Using Include="AutoFixture.AutoNSubstitute" />
<Using Include="AutoFixture.Xunit2" />
<Using Include="FluentAssertions" />
<Using Include="NSubstitute" />
<Using Include="NSubstitute.ReturnsExtensions" />
<Using Include="NSubstitute.ExceptionExtensions" />
<Using Include="NSubstitute.ReceivedExtensions" />
<Using Include="Xunit" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,28 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Atc.Test" Version="1.1.4" />
<PackageReference Include="coverlet.collector" Version="6.0.2" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="xunit" Version="2.9.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\src\Cabazure.Messaging.ServiceBus\Cabazure.Messaging.ServiceBus.csproj" />
</ItemGroup>

<ItemGroup>
<Using Include="System.ComponentModel.DataAnnotations" />
<Using Include="Atc.Test" />
<Using Include="AutoFixture" />
<Using Include="AutoFixture.AutoNSubstitute" />
<Using Include="AutoFixture.Xunit2" />
<Using Include="FluentAssertions" />
<Using Include="NSubstitute" />
<Using Include="NSubstitute.ReturnsExtensions" />
<Using Include="NSubstitute.ExceptionExtensions" />
<Using Include="NSubstitute.ReceivedExtensions" />
<Using Include="Xunit" />
</ItemGroup>

Expand Down

0 comments on commit 96d2e5f

Please sign in to comment.