From 3fb0afa05ec972991f318e4e854108ecffb70901 Mon Sep 17 00:00:00 2001 From: YoshiRulz Date: Wed, 3 Jul 2024 22:12:40 +1000 Subject: [PATCH] Use a global import for `MS.VisualStudio.TestTools.UnitTesting.*` --- src/BizHawk.Tests.Testroms.GB.GambatteSuite/GambatteSuite.cs | 2 -- .../Properties/AssemblyInfo.cs | 2 -- src/BizHawk.Tests.Testroms.GB/GB_GBC/AcidTestroms.cs | 2 -- src/BizHawk.Tests.Testroms.GB/GB_GBC/BullyGB.cs | 2 -- src/BizHawk.Tests.Testroms.GB/GB_GBC/CPPTestroms.cs | 2 -- src/BizHawk.Tests.Testroms.GB/GB_GBC/GBHelper.cs | 2 -- src/BizHawk.Tests.Testroms.GB/GB_GBC/MealybugTearoomTests.cs | 2 -- src/BizHawk.Tests.Testroms.GB/GB_GBC/RTC3Test.cs | 2 -- src/BizHawk.Tests.Testroms.GB/Properties/AssemblyInfo.cs | 2 -- src/BizHawk.Tests.Testroms.GB/TestUtils.cs | 2 -- src/BizHawk.Tests/Client.Common/Api/MemoryApiTests.cs | 2 -- src/BizHawk.Tests/Client.Common/Display/InputDisplayTests.cs | 2 -- src/BizHawk.Tests/Client.Common/Movie/LogGeneratorTests.cs | 2 -- src/BizHawk.Tests/Client.Common/Movie/MovieServiceTests.cs | 1 - .../Client.Common/Movie/ZwinderStateManagerTests.cs | 1 - src/BizHawk.Tests/Client.Common/cheats/CheatDecoderTests.cs | 2 -- .../Client.Common/config/CorePickerStabilityTests.cs | 2 -- .../Client.Common/config/SerializationStabilityTests.cs | 1 - src/BizHawk.Tests/Client.Common/dearchive/DearchivalTests.cs | 2 -- src/BizHawk.Tests/Client.Common/lua/LuaTests.cs | 2 -- .../Common/CollectionExtensions/CollectionExtensionTests.cs | 2 -- src/BizHawk.Tests/Common/ConversionTests.cs | 1 - .../Common/CustomCollections/CustomCollectionTests.cs | 2 -- .../Common/EndiannessUtils/EndiannessUtilsTests.cs | 2 -- .../Common/MultiPredicateSort/MultiPredicateSortTests.cs | 2 -- .../Common/StringExtensions/NumericStringExtensionTests.cs | 1 - .../Common/StringExtensions/StringExtensionTests.cs | 1 - src/BizHawk.Tests/Common/checksums/CRC32Tests.cs | 2 -- src/BizHawk.Tests/Common/checksums/SHA1Tests.cs | 2 -- src/BizHawk.Tests/EmbeddedData.cs | 2 -- .../Base Implementations/MemoryCallbackSystemTests.cs | 2 -- .../Emulation.Common/Database/FirmwareDatabaseTests.cs | 2 -- .../Client.Common.movie/MovieConversionExtensionTests.cs | 1 - .../PlatformTests/Common.PathExtensions/PathExtensionTests.cs | 2 -- src/BizHawk.Tests/PlatformTests/PlatformTestUtils.cs | 2 -- src/TestProjects.props | 1 + 36 files changed, 1 insertion(+), 63 deletions(-) diff --git a/src/BizHawk.Tests.Testroms.GB.GambatteSuite/GambatteSuite.cs b/src/BizHawk.Tests.Testroms.GB.GambatteSuite/GambatteSuite.cs index 5ff84081af..71036c3fec 100644 --- a/src/BizHawk.Tests.Testroms.GB.GambatteSuite/GambatteSuite.cs +++ b/src/BizHawk.Tests.Testroms.GB.GambatteSuite/GambatteSuite.cs @@ -9,8 +9,6 @@ using BizHawk.Common.CollectionExtensions; using BizHawk.Common.IOExtensions; using BizHawk.Common.StringExtensions; -using Microsoft.VisualStudio.TestTools.UnitTesting; - using static BizHawk.Tests.Testroms.GB.GBHelper; namespace BizHawk.Tests.Testroms.GB.GambatteSuite diff --git a/src/BizHawk.Tests.Testroms.GB.GambatteSuite/Properties/AssemblyInfo.cs b/src/BizHawk.Tests.Testroms.GB.GambatteSuite/Properties/AssemblyInfo.cs index 025cb0d716..326ee1dc16 100644 --- a/src/BizHawk.Tests.Testroms.GB.GambatteSuite/Properties/AssemblyInfo.cs +++ b/src/BizHawk.Tests.Testroms.GB.GambatteSuite/Properties/AssemblyInfo.cs @@ -1,3 +1 @@ -using Microsoft.VisualStudio.TestTools.UnitTesting; - [assembly: TestDataSourceDiscovery(TestDataSourceDiscoveryOption.DuringExecution)] diff --git a/src/BizHawk.Tests.Testroms.GB/GB_GBC/AcidTestroms.cs b/src/BizHawk.Tests.Testroms.GB/GB_GBC/AcidTestroms.cs index a5334f1cd1..43958da3ad 100644 --- a/src/BizHawk.Tests.Testroms.GB/GB_GBC/AcidTestroms.cs +++ b/src/BizHawk.Tests.Testroms.GB/GB_GBC/AcidTestroms.cs @@ -4,8 +4,6 @@ using System.Reflection; using BizHawk.Common.IOExtensions; -using Microsoft.VisualStudio.TestTools.UnitTesting; - using static BizHawk.Tests.Testroms.GB.GBHelper; namespace BizHawk.Tests.Testroms.GB diff --git a/src/BizHawk.Tests.Testroms.GB/GB_GBC/BullyGB.cs b/src/BizHawk.Tests.Testroms.GB/GB_GBC/BullyGB.cs index 91dd9e28ce..62ef6a6100 100644 --- a/src/BizHawk.Tests.Testroms.GB/GB_GBC/BullyGB.cs +++ b/src/BizHawk.Tests.Testroms.GB/GB_GBC/BullyGB.cs @@ -4,8 +4,6 @@ using System.Reflection; using BizHawk.Common.IOExtensions; -using Microsoft.VisualStudio.TestTools.UnitTesting; - using static BizHawk.Tests.Testroms.GB.GBHelper; namespace BizHawk.Tests.Testroms.GB diff --git a/src/BizHawk.Tests.Testroms.GB/GB_GBC/CPPTestroms.cs b/src/BizHawk.Tests.Testroms.GB/GB_GBC/CPPTestroms.cs index 609be827a6..3c77dd7768 100644 --- a/src/BizHawk.Tests.Testroms.GB/GB_GBC/CPPTestroms.cs +++ b/src/BizHawk.Tests.Testroms.GB/GB_GBC/CPPTestroms.cs @@ -7,8 +7,6 @@ using System.Reflection; using BizHawk.Common.CollectionExtensions; using BizHawk.Common.IOExtensions; -using Microsoft.VisualStudio.TestTools.UnitTesting; - using static BizHawk.Tests.Testroms.GB.GBHelper; namespace BizHawk.Tests.Testroms.GB.CPPTestroms diff --git a/src/BizHawk.Tests.Testroms.GB/GB_GBC/GBHelper.cs b/src/BizHawk.Tests.Testroms.GB/GB_GBC/GBHelper.cs index 0b954c5bc5..b9a4eb0b47 100644 --- a/src/BizHawk.Tests.Testroms.GB/GB_GBC/GBHelper.cs +++ b/src/BizHawk.Tests.Testroms.GB/GB_GBC/GBHelper.cs @@ -8,8 +8,6 @@ using BizHawk.Emulation.Cores.Nintendo.Gameboy; using BizHawk.Emulation.Cores.Nintendo.GBHawk; using BizHawk.Emulation.Cores.Nintendo.Sameboy; -using Microsoft.VisualStudio.TestTools.UnitTesting; - using static BizHawk.Emulation.Cores.Nintendo.Gameboy.Gameboy; using static BizHawk.Emulation.Cores.Nintendo.GBHawk.GBHawk; using static BizHawk.Emulation.Cores.Nintendo.Sameboy.Sameboy; diff --git a/src/BizHawk.Tests.Testroms.GB/GB_GBC/MealybugTearoomTests.cs b/src/BizHawk.Tests.Testroms.GB/GB_GBC/MealybugTearoomTests.cs index fbf7ae9a52..aa25154efb 100644 --- a/src/BizHawk.Tests.Testroms.GB/GB_GBC/MealybugTearoomTests.cs +++ b/src/BizHawk.Tests.Testroms.GB/GB_GBC/MealybugTearoomTests.cs @@ -10,8 +10,6 @@ using BizHawk.Emulation.Cores; using BizHawk.Emulation.Cores.Nintendo.GBHawk; using BizHawk.Emulation.Cores.Nintendo.Sameboy; -using Microsoft.VisualStudio.TestTools.UnitTesting; - using static BizHawk.Tests.Testroms.GB.GBHelper; namespace BizHawk.Tests.Testroms.GB diff --git a/src/BizHawk.Tests.Testroms.GB/GB_GBC/RTC3Test.cs b/src/BizHawk.Tests.Testroms.GB/GB_GBC/RTC3Test.cs index bb6b6a8899..de93175474 100644 --- a/src/BizHawk.Tests.Testroms.GB/GB_GBC/RTC3Test.cs +++ b/src/BizHawk.Tests.Testroms.GB/GB_GBC/RTC3Test.cs @@ -6,8 +6,6 @@ using System.Reflection; using BizHawk.Common.IOExtensions; using BizHawk.Emulation.Cores; -using Microsoft.VisualStudio.TestTools.UnitTesting; - using static BizHawk.Tests.Testroms.GB.GBHelper; namespace BizHawk.Tests.Testroms.GB diff --git a/src/BizHawk.Tests.Testroms.GB/Properties/AssemblyInfo.cs b/src/BizHawk.Tests.Testroms.GB/Properties/AssemblyInfo.cs index 025cb0d716..326ee1dc16 100644 --- a/src/BizHawk.Tests.Testroms.GB/Properties/AssemblyInfo.cs +++ b/src/BizHawk.Tests.Testroms.GB/Properties/AssemblyInfo.cs @@ -1,3 +1 @@ -using Microsoft.VisualStudio.TestTools.UnitTesting; - [assembly: TestDataSourceDiscovery(TestDataSourceDiscoveryOption.DuringExecution)] diff --git a/src/BizHawk.Tests.Testroms.GB/TestUtils.cs b/src/BizHawk.Tests.Testroms.GB/TestUtils.cs index 389dcf22ae..d230d249c0 100644 --- a/src/BizHawk.Tests.Testroms.GB/TestUtils.cs +++ b/src/BizHawk.Tests.Testroms.GB/TestUtils.cs @@ -7,8 +7,6 @@ using System.Runtime.InteropServices; using BizHawk.Common; using BizHawk.Emulation.Common; -using Microsoft.VisualStudio.TestTools.UnitTesting; - namespace BizHawk.Tests.Testroms.GB { public static class TestUtils diff --git a/src/BizHawk.Tests/Client.Common/Api/MemoryApiTests.cs b/src/BizHawk.Tests/Client.Common/Api/MemoryApiTests.cs index 47d5a3951d..8e2e10df8c 100644 --- a/src/BizHawk.Tests/Client.Common/Api/MemoryApiTests.cs +++ b/src/BizHawk.Tests/Client.Common/Api/MemoryApiTests.cs @@ -6,8 +6,6 @@ using BizHawk.Common; using BizHawk.Client.Common; using BizHawk.Emulation.Common; -using Microsoft.VisualStudio.TestTools.UnitTesting; - namespace BizHawk.Tests.Client.Common.Api { [TestClass] diff --git a/src/BizHawk.Tests/Client.Common/Display/InputDisplayTests.cs b/src/BizHawk.Tests/Client.Common/Display/InputDisplayTests.cs index 612287b86a..9807c16725 100644 --- a/src/BizHawk.Tests/Client.Common/Display/InputDisplayTests.cs +++ b/src/BizHawk.Tests/Client.Common/Display/InputDisplayTests.cs @@ -1,5 +1,3 @@ -using Microsoft.VisualStudio.TestTools.UnitTesting; - using BizHawk.Client.Common; using BizHawk.Common; using BizHawk.Emulation.Common; diff --git a/src/BizHawk.Tests/Client.Common/Movie/LogGeneratorTests.cs b/src/BizHawk.Tests/Client.Common/Movie/LogGeneratorTests.cs index d2f4c36c29..40e66c4a77 100644 --- a/src/BizHawk.Tests/Client.Common/Movie/LogGeneratorTests.cs +++ b/src/BizHawk.Tests/Client.Common/Movie/LogGeneratorTests.cs @@ -1,5 +1,3 @@ -using Microsoft.VisualStudio.TestTools.UnitTesting; - using BizHawk.Client.Common; using BizHawk.Common; using BizHawk.Emulation.Common; diff --git a/src/BizHawk.Tests/Client.Common/Movie/MovieServiceTests.cs b/src/BizHawk.Tests/Client.Common/Movie/MovieServiceTests.cs index a9c20cf14d..b9dd00faca 100644 --- a/src/BizHawk.Tests/Client.Common/Movie/MovieServiceTests.cs +++ b/src/BizHawk.Tests/Client.Common/Movie/MovieServiceTests.cs @@ -1,5 +1,4 @@ using BizHawk.Client.Common; -using Microsoft.VisualStudio.TestTools.UnitTesting; namespace BizHawk.Tests.Client.Common.Movie { diff --git a/src/BizHawk.Tests/Client.Common/Movie/ZwinderStateManagerTests.cs b/src/BizHawk.Tests/Client.Common/Movie/ZwinderStateManagerTests.cs index 26b7902484..1e971ed15c 100644 --- a/src/BizHawk.Tests/Client.Common/Movie/ZwinderStateManagerTests.cs +++ b/src/BizHawk.Tests/Client.Common/Movie/ZwinderStateManagerTests.cs @@ -3,7 +3,6 @@ using System.Linq; using BizHawk.Client.Common; using BizHawk.Common; using BizHawk.Emulation.Common; -using Microsoft.VisualStudio.TestTools.UnitTesting; namespace BizHawk.Tests.Client.Common.Movie { diff --git a/src/BizHawk.Tests/Client.Common/cheats/CheatDecoderTests.cs b/src/BizHawk.Tests/Client.Common/cheats/CheatDecoderTests.cs index 64e26f3737..8e5d72a9ba 100644 --- a/src/BizHawk.Tests/Client.Common/cheats/CheatDecoderTests.cs +++ b/src/BizHawk.Tests/Client.Common/cheats/CheatDecoderTests.cs @@ -2,8 +2,6 @@ using System.Collections.Generic; using System.Linq; using System.Reflection; -using Microsoft.VisualStudio.TestTools.UnitTesting; - using BizHawk.Client.Common; using BizHawk.Client.Common.cheats; using BizHawk.Emulation.Common; diff --git a/src/BizHawk.Tests/Client.Common/config/CorePickerStabilityTests.cs b/src/BizHawk.Tests/Client.Common/config/CorePickerStabilityTests.cs index f7eeb77bbe..a5f4903ebd 100644 --- a/src/BizHawk.Tests/Client.Common/config/CorePickerStabilityTests.cs +++ b/src/BizHawk.Tests/Client.Common/config/CorePickerStabilityTests.cs @@ -5,8 +5,6 @@ using BizHawk.Client.Common; using BizHawk.Common; using BizHawk.Emulation.Cores; -using Microsoft.VisualStudio.TestTools.UnitTesting; - namespace BizHawk.Tests.Client.Common.config { [TestClass] diff --git a/src/BizHawk.Tests/Client.Common/config/SerializationStabilityTests.cs b/src/BizHawk.Tests/Client.Common/config/SerializationStabilityTests.cs index b92fe3a0e2..3e14ad78d1 100644 --- a/src/BizHawk.Tests/Client.Common/config/SerializationStabilityTests.cs +++ b/src/BizHawk.Tests/Client.Common/config/SerializationStabilityTests.cs @@ -3,7 +3,6 @@ using System.Reflection; using BizHawk.Client.Common; using BizHawk.Common; -using Microsoft.VisualStudio.TestTools.UnitTesting; using Newtonsoft.Json; using Newtonsoft.Json.Linq; diff --git a/src/BizHawk.Tests/Client.Common/dearchive/DearchivalTests.cs b/src/BizHawk.Tests/Client.Common/dearchive/DearchivalTests.cs index df91fd1890..103f108f91 100644 --- a/src/BizHawk.Tests/Client.Common/dearchive/DearchivalTests.cs +++ b/src/BizHawk.Tests/Client.Common/dearchive/DearchivalTests.cs @@ -5,8 +5,6 @@ using BizHawk.Client.Common; using BizHawk.Common; using BizHawk.Common.IOExtensions; -using Microsoft.VisualStudio.TestTools.UnitTesting; - namespace BizHawk.Tests.Client.Common.Dearchive { [TestClass] diff --git a/src/BizHawk.Tests/Client.Common/lua/LuaTests.cs b/src/BizHawk.Tests/Client.Common/lua/LuaTests.cs index a480e0b301..5600242a16 100644 --- a/src/BizHawk.Tests/Client.Common/lua/LuaTests.cs +++ b/src/BizHawk.Tests/Client.Common/lua/LuaTests.cs @@ -4,8 +4,6 @@ using System.Linq; using BizHawk.Client.Common; -using Microsoft.VisualStudio.TestTools.UnitTesting; - namespace BizHawk.Tests.Client.Common.Lua { #if !SKIP_PLATFORM_TESTS diff --git a/src/BizHawk.Tests/Common/CollectionExtensions/CollectionExtensionTests.cs b/src/BizHawk.Tests/Common/CollectionExtensions/CollectionExtensionTests.cs index 4c57efe801..a9eec1cc26 100644 --- a/src/BizHawk.Tests/Common/CollectionExtensions/CollectionExtensionTests.cs +++ b/src/BizHawk.Tests/Common/CollectionExtensions/CollectionExtensionTests.cs @@ -4,8 +4,6 @@ using System.Linq; using BizHawk.Common.CollectionExtensions; -using Microsoft.VisualStudio.TestTools.UnitTesting; - using CE = BizHawk.Common.CollectionExtensions.CollectionExtensions; namespace BizHawk.Tests.Common.CollectionExtensions diff --git a/src/BizHawk.Tests/Common/ConversionTests.cs b/src/BizHawk.Tests/Common/ConversionTests.cs index 527b29bcfa..04d3d5a7a6 100644 --- a/src/BizHawk.Tests/Common/ConversionTests.cs +++ b/src/BizHawk.Tests/Common/ConversionTests.cs @@ -1,5 +1,4 @@ using BizHawk.Common.NumberExtensions; -using Microsoft.VisualStudio.TestTools.UnitTesting; namespace BizHawk.Tests.Common; diff --git a/src/BizHawk.Tests/Common/CustomCollections/CustomCollectionTests.cs b/src/BizHawk.Tests/Common/CustomCollections/CustomCollectionTests.cs index 37d79783f9..83835f741b 100644 --- a/src/BizHawk.Tests/Common/CustomCollections/CustomCollectionTests.cs +++ b/src/BizHawk.Tests/Common/CustomCollections/CustomCollectionTests.cs @@ -2,8 +2,6 @@ using BizHawk.Common; -using Microsoft.VisualStudio.TestTools.UnitTesting; - namespace BizHawk.Tests.Common.CustomCollections { [TestClass] diff --git a/src/BizHawk.Tests/Common/EndiannessUtils/EndiannessUtilsTests.cs b/src/BizHawk.Tests/Common/EndiannessUtils/EndiannessUtilsTests.cs index 311605c232..0f487e22dc 100644 --- a/src/BizHawk.Tests/Common/EndiannessUtils/EndiannessUtilsTests.cs +++ b/src/BizHawk.Tests/Common/EndiannessUtils/EndiannessUtilsTests.cs @@ -1,7 +1,5 @@ using BizHawk.Common; -using Microsoft.VisualStudio.TestTools.UnitTesting; - namespace BizHawk.Tests.Common { [TestClass] diff --git a/src/BizHawk.Tests/Common/MultiPredicateSort/MultiPredicateSortTests.cs b/src/BizHawk.Tests/Common/MultiPredicateSort/MultiPredicateSortTests.cs index 2612aae9a8..ddfc081a01 100644 --- a/src/BizHawk.Tests/Common/MultiPredicateSort/MultiPredicateSortTests.cs +++ b/src/BizHawk.Tests/Common/MultiPredicateSort/MultiPredicateSortTests.cs @@ -3,8 +3,6 @@ using System.Linq; using BizHawk.Common; -using Microsoft.VisualStudio.TestTools.UnitTesting; - namespace BizHawk.Tests.Common.MultiPredicateSort { [TestClass] diff --git a/src/BizHawk.Tests/Common/StringExtensions/NumericStringExtensionTests.cs b/src/BizHawk.Tests/Common/StringExtensions/NumericStringExtensionTests.cs index f68622b42c..ef298b3c17 100644 --- a/src/BizHawk.Tests/Common/StringExtensions/NumericStringExtensionTests.cs +++ b/src/BizHawk.Tests/Common/StringExtensions/NumericStringExtensionTests.cs @@ -1,4 +1,3 @@ -using Microsoft.VisualStudio.TestTools.UnitTesting; using BizHawk.Common.StringExtensions; namespace BizHawk.Tests.Common.StringExtensions diff --git a/src/BizHawk.Tests/Common/StringExtensions/StringExtensionTests.cs b/src/BizHawk.Tests/Common/StringExtensions/StringExtensionTests.cs index 811f6dcff5..d212f31e28 100644 --- a/src/BizHawk.Tests/Common/StringExtensions/StringExtensionTests.cs +++ b/src/BizHawk.Tests/Common/StringExtensions/StringExtensionTests.cs @@ -1,4 +1,3 @@ -using Microsoft.VisualStudio.TestTools.UnitTesting; using BizHawk.Common.StringExtensions; namespace BizHawk.Tests.Common.StringExtensions diff --git a/src/BizHawk.Tests/Common/checksums/CRC32Tests.cs b/src/BizHawk.Tests/Common/checksums/CRC32Tests.cs index 578281ebe0..13946133f7 100644 --- a/src/BizHawk.Tests/Common/checksums/CRC32Tests.cs +++ b/src/BizHawk.Tests/Common/checksums/CRC32Tests.cs @@ -1,7 +1,5 @@ using BizHawk.Common; -using Microsoft.VisualStudio.TestTools.UnitTesting; - namespace BizHawk.Tests.Common.checksums { [DoNotParallelize] // I only noticed problems w/ SHA1, but better safe than sorry --yoshi diff --git a/src/BizHawk.Tests/Common/checksums/SHA1Tests.cs b/src/BizHawk.Tests/Common/checksums/SHA1Tests.cs index f4db2b7997..3bca144f90 100644 --- a/src/BizHawk.Tests/Common/checksums/SHA1Tests.cs +++ b/src/BizHawk.Tests/Common/checksums/SHA1Tests.cs @@ -2,8 +2,6 @@ using System.Linq; using System.Text; using BizHawk.Common; -using Microsoft.VisualStudio.TestTools.UnitTesting; - namespace BizHawk.Tests.Common.checksums { [DoNotParallelize] diff --git a/src/BizHawk.Tests/EmbeddedData.cs b/src/BizHawk.Tests/EmbeddedData.cs index fdada279df..d62401b15c 100644 --- a/src/BizHawk.Tests/EmbeddedData.cs +++ b/src/BizHawk.Tests/EmbeddedData.cs @@ -1,8 +1,6 @@ using System.IO; using System.Reflection; -using Microsoft.VisualStudio.TestTools.UnitTesting; - [assembly: Parallelize(Scope = ExecutionScope.MethodLevel)] namespace BizHawk.Tests diff --git a/src/BizHawk.Tests/Emulation.Common/Base Implementations/MemoryCallbackSystemTests.cs b/src/BizHawk.Tests/Emulation.Common/Base Implementations/MemoryCallbackSystemTests.cs index 8753a7a57a..462e9bd2c7 100644 --- a/src/BizHawk.Tests/Emulation.Common/Base Implementations/MemoryCallbackSystemTests.cs +++ b/src/BizHawk.Tests/Emulation.Common/Base Implementations/MemoryCallbackSystemTests.cs @@ -2,8 +2,6 @@ using System.Linq; using BizHawk.Emulation.Common; -using Microsoft.VisualStudio.TestTools.UnitTesting; - namespace BizHawk.Tests.Emulation.Common { [TestClass] diff --git a/src/BizHawk.Tests/Emulation.Common/Database/FirmwareDatabaseTests.cs b/src/BizHawk.Tests/Emulation.Common/Database/FirmwareDatabaseTests.cs index 9a885f3bc5..abd76e040e 100644 --- a/src/BizHawk.Tests/Emulation.Common/Database/FirmwareDatabaseTests.cs +++ b/src/BizHawk.Tests/Emulation.Common/Database/FirmwareDatabaseTests.cs @@ -1,5 +1,3 @@ -using Microsoft.VisualStudio.TestTools.UnitTesting; - using BizHawk.Common.StringExtensions; using BizHawk.Emulation.Common; diff --git a/src/BizHawk.Tests/PlatformTests/Client.Common.movie/MovieConversionExtensionTests.cs b/src/BizHawk.Tests/PlatformTests/Client.Common.movie/MovieConversionExtensionTests.cs index 5d76f14037..f8a63e1a9e 100644 --- a/src/BizHawk.Tests/PlatformTests/Client.Common.movie/MovieConversionExtensionTests.cs +++ b/src/BizHawk.Tests/PlatformTests/Client.Common.movie/MovieConversionExtensionTests.cs @@ -1,4 +1,3 @@ -using Microsoft.VisualStudio.TestTools.UnitTesting; using BizHawk.Client.Common; namespace BizHawk.Tests.Client.Common.Movie diff --git a/src/BizHawk.Tests/PlatformTests/Common.PathExtensions/PathExtensionTests.cs b/src/BizHawk.Tests/PlatformTests/Common.PathExtensions/PathExtensionTests.cs index 84bcb0ec85..877c23dfb0 100644 --- a/src/BizHawk.Tests/PlatformTests/Common.PathExtensions/PathExtensionTests.cs +++ b/src/BizHawk.Tests/PlatformTests/Common.PathExtensions/PathExtensionTests.cs @@ -1,8 +1,6 @@ using BizHawk.Common; using BizHawk.Common.PathExtensions; -using Microsoft.VisualStudio.TestTools.UnitTesting; - using PE = BizHawk.Common.PathExtensions.PathExtensions; namespace BizHawk.Tests.Common.PathExtensions diff --git a/src/BizHawk.Tests/PlatformTests/PlatformTestUtils.cs b/src/BizHawk.Tests/PlatformTests/PlatformTestUtils.cs index 90977089e3..702c175f8e 100644 --- a/src/BizHawk.Tests/PlatformTests/PlatformTestUtils.cs +++ b/src/BizHawk.Tests/PlatformTests/PlatformTestUtils.cs @@ -1,7 +1,5 @@ using BizHawk.Common; -using Microsoft.VisualStudio.TestTools.UnitTesting; - namespace BizHawk.Tests { public static class PlatformTestUtils diff --git a/src/TestProjects.props b/src/TestProjects.props index 8289c4af7e..4c835c68a3 100644 --- a/src/TestProjects.props +++ b/src/TestProjects.props @@ -11,5 +11,6 @@ + \ No newline at end of file