-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #26 from pfpack/feature/unit_3.0
release/v3.0.0-preview.1
- Loading branch information
Showing
222 changed files
with
396 additions
and
3,960 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
global using NUnit.Framework; |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<TargetFrameworks>net8.0</TargetFrameworks> | ||
<LangVersion>latest</LangVersion> | ||
<ImplicitUsings>disable</ImplicitUsings> | ||
<Nullable>enable</Nullable> | ||
<InvariantGlobalization>true</InvariantGlobalization> | ||
<TreatWarningsAsErrors>true</TreatWarningsAsErrors> | ||
<IsPackable>false</IsPackable> | ||
<IsTestProject>true</IsTestProject> | ||
<Authors>Andrei Sergeev, Pavel Moskovoy</Authors> | ||
<Copyright>Copyright © 2020-2024 Andrei Sergeev, Pavel Moskovoy</Copyright> | ||
<RootNamespace>PrimeFuncPack.Core.Tests</RootNamespace> | ||
<AssemblyName>PrimeFuncPack.Core.Unit.Tests.Old</AssemblyName> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="coverlet.collector" Version="6.0.2"> | ||
<PrivateAssets>all</PrivateAssets> | ||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | ||
</PackageReference> | ||
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" /> | ||
<PackageReference Include="Moq" Version="4.20.70" /> | ||
<PackageReference Include="NUnit" Version="4.1.0" /> | ||
<PackageReference Include="NUnit.Analyzers" Version="4.2.0"> | ||
<PrivateAssets>all</PrivateAssets> | ||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | ||
</PackageReference> | ||
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0" /> | ||
<PackageReference Include="PrimeFuncPack.UnitTest.Data" Version="3.1.0" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<ProjectReference Include="..\Unit\Unit.csproj" /> | ||
</ItemGroup> | ||
|
||
</Project> |
1 change: 0 additions & 1 deletion
1
...sInvokeAsyncTests/InvokeAsFuncAsync.00.cs → ...sInvokeAsyncTests/InvokeAsFuncAsync.00.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
using Moq; | ||
using NUnit.Framework; | ||
using System; | ||
using System.Threading.Tasks; | ||
|
||
|
1 change: 0 additions & 1 deletion
1
...sInvokeAsyncTests/InvokeAsFuncAsync.01.cs → ...sInvokeAsyncTests/InvokeAsFuncAsync.01.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
using Moq; | ||
using NUnit.Framework; | ||
using PrimeFuncPack.UnitTest; | ||
using System; | ||
using System.Threading.Tasks; | ||
|
1 change: 0 additions & 1 deletion
1
...sInvokeAsyncTests/InvokeAsFuncAsync.02.cs → ...sInvokeAsyncTests/InvokeAsFuncAsync.02.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
using Moq; | ||
using NUnit.Framework; | ||
using PrimeFuncPack.UnitTest; | ||
using System; | ||
using System.Threading.Tasks; | ||
|
1 change: 0 additions & 1 deletion
1
...sInvokeAsyncTests/InvokeAsFuncAsync.03.cs → ...sInvokeAsyncTests/InvokeAsFuncAsync.03.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
using Moq; | ||
using NUnit.Framework; | ||
using PrimeFuncPack.UnitTest; | ||
using System; | ||
using System.Threading.Tasks; | ||
|
1 change: 0 additions & 1 deletion
1
...sInvokeAsyncTests/InvokeAsFuncAsync.04.cs → ...sInvokeAsyncTests/InvokeAsFuncAsync.04.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
using Moq; | ||
using NUnit.Framework; | ||
using PrimeFuncPack.UnitTest; | ||
using System; | ||
using System.Threading.Tasks; | ||
|
1 change: 0 additions & 1 deletion
1
...sInvokeAsyncTests/InvokeAsFuncAsync.05.cs → ...sInvokeAsyncTests/InvokeAsFuncAsync.05.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
using Moq; | ||
using NUnit.Framework; | ||
using PrimeFuncPack.UnitTest; | ||
using System; | ||
using System.Threading.Tasks; | ||
|
1 change: 0 additions & 1 deletion
1
...sInvokeAsyncTests/InvokeAsFuncAsync.06.cs → ...sInvokeAsyncTests/InvokeAsFuncAsync.06.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
using Moq; | ||
using NUnit.Framework; | ||
using PrimeFuncPack.UnitTest; | ||
using System; | ||
using System.Threading.Tasks; | ||
|
1 change: 0 additions & 1 deletion
1
...sInvokeAsyncTests/InvokeAsFuncAsync.07.cs → ...sInvokeAsyncTests/InvokeAsFuncAsync.07.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
using Moq; | ||
using NUnit.Framework; | ||
using PrimeFuncPack.UnitTest; | ||
using System; | ||
using System.Threading.Tasks; | ||
|
1 change: 0 additions & 1 deletion
1
...sInvokeAsyncTests/InvokeAsFuncAsync.08.cs → ...sInvokeAsyncTests/InvokeAsFuncAsync.08.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
using Moq; | ||
using NUnit.Framework; | ||
using PrimeFuncPack.UnitTest; | ||
using System; | ||
using System.Threading.Tasks; | ||
|
1 change: 0 additions & 1 deletion
1
...sInvokeAsyncTests/InvokeAsFuncAsync.09.cs → ...sInvokeAsyncTests/InvokeAsFuncAsync.09.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
using Moq; | ||
using NUnit.Framework; | ||
using PrimeFuncPack.UnitTest; | ||
using System; | ||
using System.Threading.Tasks; | ||
|
1 change: 0 additions & 1 deletion
1
...sInvokeAsyncTests/InvokeAsFuncAsync.10.cs → ...sInvokeAsyncTests/InvokeAsFuncAsync.10.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
using Moq; | ||
using NUnit.Framework; | ||
using PrimeFuncPack.UnitTest; | ||
using System; | ||
using System.Threading.Tasks; | ||
|
1 change: 0 additions & 1 deletion
1
...sInvokeAsyncTests/InvokeAsFuncAsync.11.cs → ...sInvokeAsyncTests/InvokeAsFuncAsync.11.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
using Moq; | ||
using NUnit.Framework; | ||
using PrimeFuncPack.UnitTest; | ||
using System; | ||
using System.Threading.Tasks; | ||
|
1 change: 0 additions & 1 deletion
1
...sInvokeAsyncTests/InvokeAsFuncAsync.12.cs → ...sInvokeAsyncTests/InvokeAsFuncAsync.12.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
using Moq; | ||
using NUnit.Framework; | ||
using PrimeFuncPack.UnitTest; | ||
using System; | ||
using System.Threading.Tasks; | ||
|
1 change: 0 additions & 1 deletion
1
...sInvokeAsyncTests/InvokeAsFuncAsync.13.cs → ...sInvokeAsyncTests/InvokeAsFuncAsync.13.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
using Moq; | ||
using NUnit.Framework; | ||
using PrimeFuncPack.UnitTest; | ||
using System; | ||
using System.Threading.Tasks; | ||
|
1 change: 0 additions & 1 deletion
1
...sInvokeAsyncTests/InvokeAsFuncAsync.14.cs → ...sInvokeAsyncTests/InvokeAsFuncAsync.14.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
using Moq; | ||
using NUnit.Framework; | ||
using PrimeFuncPack.UnitTest; | ||
using System; | ||
using System.Threading.Tasks; | ||
|
1 change: 0 additions & 1 deletion
1
...sInvokeAsyncTests/InvokeAsFuncAsync.15.cs → ...sInvokeAsyncTests/InvokeAsFuncAsync.15.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
using Moq; | ||
using NUnit.Framework; | ||
using PrimeFuncPack.UnitTest; | ||
using System; | ||
using System.Threading.Tasks; | ||
|
1 change: 0 additions & 1 deletion
1
...sInvokeAsyncTests/InvokeAsFuncAsync.16.cs → ...sInvokeAsyncTests/InvokeAsFuncAsync.16.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
using Moq; | ||
using NUnit.Framework; | ||
using PrimeFuncPack.UnitTest; | ||
using System; | ||
using System.Threading.Tasks; | ||
|
File renamed without changes.
1 change: 0 additions & 1 deletion
1
...tExtensionsInvokeTests/InvokeAsFunc.00.cs → ...tExtensionsInvokeTests/InvokeAsFunc.00.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
using Moq; | ||
using NUnit.Framework; | ||
using System; | ||
|
||
namespace PrimeFuncPack.Core.Tests; | ||
|
1 change: 0 additions & 1 deletion
1
...tExtensionsInvokeTests/InvokeAsFunc.01.cs → ...tExtensionsInvokeTests/InvokeAsFunc.01.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 0 additions & 1 deletion
1
...tExtensionsInvokeTests/InvokeAsFunc.02.cs → ...tExtensionsInvokeTests/InvokeAsFunc.02.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 0 additions & 1 deletion
1
...tExtensionsInvokeTests/InvokeAsFunc.03.cs → ...tExtensionsInvokeTests/InvokeAsFunc.03.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 0 additions & 1 deletion
1
...tExtensionsInvokeTests/InvokeAsFunc.04.cs → ...tExtensionsInvokeTests/InvokeAsFunc.04.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 0 additions & 1 deletion
1
...tExtensionsInvokeTests/InvokeAsFunc.05.cs → ...tExtensionsInvokeTests/InvokeAsFunc.05.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 0 additions & 1 deletion
1
...tExtensionsInvokeTests/InvokeAsFunc.06.cs → ...tExtensionsInvokeTests/InvokeAsFunc.06.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 0 additions & 1 deletion
1
...tExtensionsInvokeTests/InvokeAsFunc.07.cs → ...tExtensionsInvokeTests/InvokeAsFunc.07.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 0 additions & 1 deletion
1
...tExtensionsInvokeTests/InvokeAsFunc.08.cs → ...tExtensionsInvokeTests/InvokeAsFunc.08.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 0 additions & 1 deletion
1
...tExtensionsInvokeTests/InvokeAsFunc.09.cs → ...tExtensionsInvokeTests/InvokeAsFunc.09.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 0 additions & 1 deletion
1
...tExtensionsInvokeTests/InvokeAsFunc.10.cs → ...tExtensionsInvokeTests/InvokeAsFunc.10.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 0 additions & 1 deletion
1
...tExtensionsInvokeTests/InvokeAsFunc.11.cs → ...tExtensionsInvokeTests/InvokeAsFunc.11.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 0 additions & 1 deletion
1
...tExtensionsInvokeTests/InvokeAsFunc.12.cs → ...tExtensionsInvokeTests/InvokeAsFunc.12.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 0 additions & 1 deletion
1
...tExtensionsInvokeTests/InvokeAsFunc.13.cs → ...tExtensionsInvokeTests/InvokeAsFunc.13.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 0 additions & 1 deletion
1
...tExtensionsInvokeTests/InvokeAsFunc.14.cs → ...tExtensionsInvokeTests/InvokeAsFunc.14.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 0 additions & 1 deletion
1
...tExtensionsInvokeTests/InvokeAsFunc.15.cs → ...tExtensionsInvokeTests/InvokeAsFunc.15.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 0 additions & 1 deletion
1
...tExtensionsInvokeTests/InvokeAsFunc.16.cs → ...tExtensionsInvokeTests/InvokeAsFunc.16.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
1 change: 0 additions & 1 deletion
1
...ueAsyncTests/InvokeAsFuncValueAsync.00.cs → ...ueAsyncTests/InvokeAsFuncValueAsync.00.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
using Moq; | ||
using NUnit.Framework; | ||
using System; | ||
using System.Threading.Tasks; | ||
|
||
|
1 change: 0 additions & 1 deletion
1
...ueAsyncTests/InvokeAsFuncValueAsync.01.cs → ...ueAsyncTests/InvokeAsFuncValueAsync.01.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
using Moq; | ||
using NUnit.Framework; | ||
using PrimeFuncPack.UnitTest; | ||
using System; | ||
using System.Threading.Tasks; | ||
|
1 change: 0 additions & 1 deletion
1
...ueAsyncTests/InvokeAsFuncValueAsync.02.cs → ...ueAsyncTests/InvokeAsFuncValueAsync.02.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
using Moq; | ||
using NUnit.Framework; | ||
using PrimeFuncPack.UnitTest; | ||
using System; | ||
using System.Threading.Tasks; | ||
|
1 change: 0 additions & 1 deletion
1
...ueAsyncTests/InvokeAsFuncValueAsync.03.cs → ...ueAsyncTests/InvokeAsFuncValueAsync.03.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
using Moq; | ||
using NUnit.Framework; | ||
using PrimeFuncPack.UnitTest; | ||
using System; | ||
using System.Threading.Tasks; | ||
|
1 change: 0 additions & 1 deletion
1
...ueAsyncTests/InvokeAsFuncValueAsync.04.cs → ...ueAsyncTests/InvokeAsFuncValueAsync.04.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
using Moq; | ||
using NUnit.Framework; | ||
using PrimeFuncPack.UnitTest; | ||
using System; | ||
using System.Threading.Tasks; | ||
|
1 change: 0 additions & 1 deletion
1
...ueAsyncTests/InvokeAsFuncValueAsync.05.cs → ...ueAsyncTests/InvokeAsFuncValueAsync.05.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
using Moq; | ||
using NUnit.Framework; | ||
using PrimeFuncPack.UnitTest; | ||
using System; | ||
using System.Threading.Tasks; | ||
|
1 change: 0 additions & 1 deletion
1
...ueAsyncTests/InvokeAsFuncValueAsync.06.cs → ...ueAsyncTests/InvokeAsFuncValueAsync.06.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
using Moq; | ||
using NUnit.Framework; | ||
using PrimeFuncPack.UnitTest; | ||
using System; | ||
using System.Threading.Tasks; | ||
|
1 change: 0 additions & 1 deletion
1
...ueAsyncTests/InvokeAsFuncValueAsync.07.cs → ...ueAsyncTests/InvokeAsFuncValueAsync.07.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
using Moq; | ||
using NUnit.Framework; | ||
using PrimeFuncPack.UnitTest; | ||
using System; | ||
using System.Threading.Tasks; | ||
|
1 change: 0 additions & 1 deletion
1
...ueAsyncTests/InvokeAsFuncValueAsync.08.cs → ...ueAsyncTests/InvokeAsFuncValueAsync.08.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
using Moq; | ||
using NUnit.Framework; | ||
using PrimeFuncPack.UnitTest; | ||
using System; | ||
using System.Threading.Tasks; | ||
|
1 change: 0 additions & 1 deletion
1
...ueAsyncTests/InvokeAsFuncValueAsync.09.cs → ...ueAsyncTests/InvokeAsFuncValueAsync.09.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
using Moq; | ||
using NUnit.Framework; | ||
using PrimeFuncPack.UnitTest; | ||
using System; | ||
using System.Threading.Tasks; | ||
|
1 change: 0 additions & 1 deletion
1
...ueAsyncTests/InvokeAsFuncValueAsync.10.cs → ...ueAsyncTests/InvokeAsFuncValueAsync.10.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
using Moq; | ||
using NUnit.Framework; | ||
using PrimeFuncPack.UnitTest; | ||
using System; | ||
using System.Threading.Tasks; | ||
|
1 change: 0 additions & 1 deletion
1
...ueAsyncTests/InvokeAsFuncValueAsync.11.cs → ...ueAsyncTests/InvokeAsFuncValueAsync.11.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
using Moq; | ||
using NUnit.Framework; | ||
using PrimeFuncPack.UnitTest; | ||
using System; | ||
using System.Threading.Tasks; | ||
|
1 change: 0 additions & 1 deletion
1
...ueAsyncTests/InvokeAsFuncValueAsync.12.cs → ...ueAsyncTests/InvokeAsFuncValueAsync.12.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
using Moq; | ||
using NUnit.Framework; | ||
using PrimeFuncPack.UnitTest; | ||
using System; | ||
using System.Threading.Tasks; | ||
|
1 change: 0 additions & 1 deletion
1
...ueAsyncTests/InvokeAsFuncValueAsync.13.cs → ...ueAsyncTests/InvokeAsFuncValueAsync.13.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
using Moq; | ||
using NUnit.Framework; | ||
using PrimeFuncPack.UnitTest; | ||
using System; | ||
using System.Threading.Tasks; | ||
|
1 change: 0 additions & 1 deletion
1
...ueAsyncTests/InvokeAsFuncValueAsync.14.cs → ...ueAsyncTests/InvokeAsFuncValueAsync.14.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
using Moq; | ||
using NUnit.Framework; | ||
using PrimeFuncPack.UnitTest; | ||
using System; | ||
using System.Threading.Tasks; | ||
|
1 change: 0 additions & 1 deletion
1
...ueAsyncTests/InvokeAsFuncValueAsync.15.cs → ...ueAsyncTests/InvokeAsFuncValueAsync.15.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
using Moq; | ||
using NUnit.Framework; | ||
using PrimeFuncPack.UnitTest; | ||
using System; | ||
using System.Threading.Tasks; | ||
|
1 change: 0 additions & 1 deletion
1
...ueAsyncTests/InvokeAsFuncValueAsync.16.cs → ...ueAsyncTests/InvokeAsFuncValueAsync.16.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
using Moq; | ||
using NUnit.Framework; | ||
using PrimeFuncPack.UnitTest; | ||
using System; | ||
using System.Threading.Tasks; | ||
|
File renamed without changes.
3 changes: 1 addition & 2 deletions
3
...nsionsTests/UnitExtensionsTests.ToUnit.cs → ...nsionsTests/UnitExtensionsTests.ToUnit.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
1 change: 0 additions & 1 deletion
1
...ts/UnitInvokeAsyncTests/InvokeAsync.00.cs → ...ld/UnitInvokeAsyncTests/InvokeAsync.00.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
using Moq; | ||
using NUnit.Framework; | ||
using System; | ||
using System.Threading.Tasks; | ||
|
||
|
1 change: 0 additions & 1 deletion
1
...ts/UnitInvokeAsyncTests/InvokeAsync.01.cs → ...ld/UnitInvokeAsyncTests/InvokeAsync.01.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
using Moq; | ||
using NUnit.Framework; | ||
using PrimeFuncPack.UnitTest; | ||
using System; | ||
using System.Threading.Tasks; | ||
|
Oops, something went wrong.