Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
<PackageVersion Include="AsyncKeyedLock" Version="8.0.2" />
<PackageVersion Include="coverlet.collector" Version="6.0.4" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.14.1" />
<PackageVersion Include="Moq" Version="4.20.72" />
<PackageVersion Include="NSubstitute" Version="5.3.0" />
<PackageVersion Include="xunit.v3" Version="3.2.2" />
<PackageVersion Include="xunit.runner.visualstudio" Version="3.1.5" />
Expand Down
165 changes: 0 additions & 165 deletions TaskTurnstile.Testing/TaskStateManagerMoqExtensions.cs

This file was deleted.

157 changes: 0 additions & 157 deletions TaskTurnstile.Testing/TaskStateManagerNSubstituteExtensions.cs

This file was deleted.

10 changes: 4 additions & 6 deletions TaskTurnstile.Testing/TaskTurnstile.Testing.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
<PropertyGroup>
<PackageId>TaskTurnstile.Testing</PackageId>
<Description>
Test helpers for TaskTurnstile. Provides FakeTaskStateManager (framework-agnostic in-memory
test double) and setup extension methods for Moq and NSubstitute that eliminate boilerplate
when mocking ITaskStateManager methods that accept a Func delegate.
Framework-agnostic test double for TaskTurnstile. Provides FakeTaskStateManager,
an in-memory implementation of ITaskStateManager that executes work inline — no
mocking framework required.
</Description>
<PackageTags>Concurrency, Background Tasks, Named Lock, Testing, Fake, Test Double, Moq, NSubstitute</PackageTags>
<PackageTags>Concurrency, Background Tasks, Named Lock, Testing, Fake, Test Double</PackageTags>
<PackageReadmeFile>NugetREADME.md</PackageReadmeFile>
</PropertyGroup>

Expand All @@ -17,8 +17,6 @@

<ItemGroup>
<PackageReference Include="MinVer" PrivateAssets="all" />
<PackageReference Include="Moq" PrivateAssets="all" />
<PackageReference Include="NSubstitute" PrivateAssets="all" />
</ItemGroup>

<ItemGroup>
Expand Down
1 change: 0 additions & 1 deletion TaskTurnstile.Tests/TaskTurnstile.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
<PackageReference Include="Microsoft.Extensions.TimeProvider.Testing" />
<PackageReference Include="Microsoft.NET.Test.Sdk" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" />
<PackageReference Include="Moq" />
<PackageReference Include="NSubstitute" />
<PackageReference Include="xunit.v3" />
<PackageReference Include="xunit.runner.visualstudio" />
Expand Down
Loading
Loading