Skip to content

Commit

Permalink
Set a global using for xunit + cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Coding-Enthusiast committed Oct 21, 2023
1 parent c6c038e commit 8755b01
Show file tree
Hide file tree
Showing 37 changed files with 1 addition and 39 deletions.
1 change: 0 additions & 1 deletion Src/Tests/Backend/ConstantsFOTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

using FinderOuter.Backend;
using System.Linq;
using Xunit;

namespace Tests.Backend
{
Expand Down
1 change: 0 additions & 1 deletion Src/Tests/Backend/ECC/ScalarTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

using Autarkysoft.Bitcoin.Cryptography.EllipticCurve;
using FinderOuter.Backend.Hashing;
using Xunit;

namespace Tests.Backend.ECC
{
Expand Down
1 change: 0 additions & 1 deletion Src/Tests/Backend/ECC/UInt128Tests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
// file LICENCE or http://www.opensource.org/licenses/mit-license.php.

using FinderOuter.Backend.ECC;
using Xunit;

namespace Tests.Backend.ECC
{
Expand Down
1 change: 0 additions & 1 deletion Src/Tests/Backend/Hashing/Hash160FoTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
using Autarkysoft.Bitcoin;
using FinderOuter.Backend.Hashing;
using System;
using Xunit;

namespace Tests.Backend.Hashing
{
Expand Down
1 change: 0 additions & 1 deletion Src/Tests/Backend/Hashing/Ripemd160FoTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
using FinderOuter.Backend.Hashing;
using Newtonsoft.Json.Linq;
using System.Text;
using Xunit;

namespace Tests.Backend.Hashing
{
Expand Down
1 change: 0 additions & 1 deletion Src/Tests/Backend/Hashing/Sha256FoTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
using System;
using System.Runtime.CompilerServices;
using System.Text;
using Xunit;

namespace Tests.Backend.Hashing
{
Expand Down
1 change: 0 additions & 1 deletion Src/Tests/Backend/Hashing/Sha512FoTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
using Newtonsoft.Json.Linq;
using System;
using System.Text;
using Xunit;

namespace Tests.Backend.Hashing
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
using Avalonia.Media;
using FinderOuter.Backend.Mvvm.Converters;
using FinderOuter.Models;
using Xunit;

namespace Tests.Backend.Mvvm.Converters
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

using FinderOuter.Backend.Mvvm.Converters;
using FinderOuter.Models;
using Xunit;

namespace Tests.Backend.Mvvm.Converters
{
Expand Down
1 change: 1 addition & 0 deletions Src/Tests/GlobalUsings.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
global using Xunit;
1 change: 0 additions & 1 deletion Src/Tests/Helper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
using System;
using System.IO;
using System.Reflection;
using Xunit;

namespace Tests
{
Expand Down
1 change: 0 additions & 1 deletion Src/Tests/ListHelperTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
using System.Collections.Generic;
using System.ComponentModel;
using System.Diagnostics.CodeAnalysis;
using Xunit;

namespace Tests
{
Expand Down
1 change: 0 additions & 1 deletion Src/Tests/MockWindowManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
using FinderOuter.Services;
using FinderOuter.ViewModels;
using System.Threading.Tasks;
using Xunit;

namespace Tests
{
Expand Down
1 change: 0 additions & 1 deletion Src/Tests/Models/DescriptiveItemTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

using FinderOuter.Models;
using System.ComponentModel;
using Xunit;

namespace Tests.Models
{
Expand Down
1 change: 0 additions & 1 deletion Src/Tests/Models/EncodingStateTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
// file LICENCE or http://www.opensource.org/licenses/mit-license.php.

using FinderOuter.Models;
using Xunit;

namespace Tests.Models
{
Expand Down
1 change: 0 additions & 1 deletion Src/Tests/Models/PermutationTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

using FinderOuter.Models;
using System;
using Xunit;

namespace Tests.Models
{
Expand Down
1 change: 0 additions & 1 deletion Src/Tests/Models/PermutationVarTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

using FinderOuter.Models;
using System;
using Xunit;

namespace Tests.Models
{
Expand Down
1 change: 0 additions & 1 deletion Src/Tests/Models/ReportTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
using Avalonia.Threading;
using FinderOuter.Models;
using System;
using Xunit;

namespace Tests.Models
{
Expand Down
1 change: 0 additions & 1 deletion Src/Tests/Models/SettingsTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

using FinderOuter.Models;
using System;
using Xunit;

namespace Tests.Models
{
Expand Down
1 change: 0 additions & 1 deletion Src/Tests/Services/AddressServiceTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
// file LICENCE or http://www.opensource.org/licenses/mit-license.php.

using FinderOuter.Services;
using Xunit;

namespace Tests.Services
{
Expand Down
1 change: 0 additions & 1 deletion Src/Tests/Services/Comparers/DefaultComparerTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

using Autarkysoft.Bitcoin.Cryptography.EllipticCurve;
using FinderOuter.Services.Comparers;
using Xunit;

namespace Tests.Services.Comparers
{
Expand Down
1 change: 0 additions & 1 deletion Src/Tests/Services/Comparers/PrvToAddrBothComparerTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
using System;
using System.Collections.Generic;
using System.Linq;
using Xunit;

namespace Tests.Services.Comparers
{
Expand Down
1 change: 0 additions & 1 deletion Src/Tests/Services/Comparers/PrvToAddrCompComparerTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
using System;
using System.Collections.Generic;
using System.Linq;
using Xunit;

namespace Tests.Services.Comparers
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
using System;
using System.Collections.Generic;
using System.Linq;
using Xunit;

namespace Tests.Services.Comparers
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
using System;
using System.Collections.Generic;
using System.Linq;
using Xunit;

namespace Tests.Services.Comparers
{
Expand Down
3 changes: 0 additions & 3 deletions Src/Tests/Services/Comparers/PrvToPrvComparerTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,8 @@
// Distributed under the MIT software license, see the accompanying
// file LICENCE or http://www.opensource.org/licenses/mit-license.php.

using FinderOuter.Backend.ECC;
using FinderOuter.Services.Comparers;
using System.Collections.Generic;
using System.Linq;
using Xunit;

namespace Tests.Services.Comparers
{
Expand Down
2 changes: 0 additions & 2 deletions Src/Tests/Services/Comparers/PrvToPubComparerTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,9 @@

using Autarkysoft.Bitcoin;
using Autarkysoft.Bitcoin.Cryptography.EllipticCurve;
using FinderOuter.Backend.ECC;
using FinderOuter.Backend.Hashing;
using FinderOuter.Services.Comparers;
using System.Collections.Generic;
using Xunit;

namespace Tests.Services.Comparers
{
Expand Down
1 change: 0 additions & 1 deletion Src/Tests/Services/InputServiceTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
using FinderOuter.Services.Comparers;
using System;
using System.Collections.Generic;
using Xunit;

namespace Tests.Services
{
Expand Down
1 change: 0 additions & 1 deletion Src/Tests/Services/MnemonicSeviceTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
using FinderOuter.Services;
using System;
using System.Text;
using Xunit;

namespace Tests.Services
{
Expand Down
1 change: 0 additions & 1 deletion Src/Tests/Services/PasswordServiceTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
using FinderOuter.Services;
using System;
using System.Text;
using Xunit;

namespace Tests.Services
{
Expand Down
1 change: 0 additions & 1 deletion Src/Tests/Services/SearchSpaces/B16SearchSpaceTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
using System;
using System.Collections.Generic;
using System.Linq;
using Xunit;

namespace Tests.Services.SearchSpaces
{
Expand Down
1 change: 0 additions & 1 deletion Src/Tests/Services/SearchSpaces/B58SearchSpaceTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
using System.Collections.Generic;
using System.Linq;
using System.Numerics;
using Xunit;

namespace Tests.Services.SearchSpaces
{
Expand Down
1 change: 0 additions & 1 deletion Src/Tests/Services/SearchSpaces/MiniKeySearchSpaceTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
using System;
using System.Collections.Generic;
using System.Linq;
using Xunit;

namespace Tests.Services.SearchSpaces
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
using System;
using System.Collections.Generic;
using System.Linq;
using Xunit;

namespace Tests.Services.SearchSpaces
{
Expand Down
1 change: 0 additions & 1 deletion Src/Tests/Services/SearchSpaces/SearchSpaceBaseTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

using FinderOuter.Services.SearchSpaces;
using System.Numerics;
using Xunit;

namespace Tests.Services.SearchSpaces
{
Expand Down
1 change: 0 additions & 1 deletion Src/Tests/ViewModels/OptionVmBaseTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
using FinderOuter.ViewModels;
using System;
using System.Collections.ObjectModel;
using Xunit;

namespace Tests.ViewModels
{
Expand Down
1 change: 0 additions & 1 deletion Src/Tests/ViewModels/ViewModelBaseTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
// file LICENCE or http://www.opensource.org/licenses/mit-license.php.

using FinderOuter.ViewModels;
using Xunit;

namespace Tests.ViewModels
{
Expand Down

0 comments on commit 8755b01

Please sign in to comment.