зеркало из https://github.com/microsoft/testfx.git
remove unused usings (#694)
This commit is contained in:
Родитель
c0dedd72b1
Коммит
efa1a6d934
|
@ -6,7 +6,6 @@ namespace Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter
|
|||
using System.Collections.Generic;
|
||||
using System.Globalization;
|
||||
using Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Discovery;
|
||||
using Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Helpers;
|
||||
using Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.ObjectModel;
|
||||
using Microsoft.VisualStudio.TestPlatform.ObjectModel;
|
||||
using Microsoft.VisualStudio.TestPlatform.ObjectModel.Adapter;
|
||||
|
|
|
@ -11,7 +11,6 @@ namespace Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution
|
|||
using System.Linq;
|
||||
using System.Reflection;
|
||||
using Extensions;
|
||||
using Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter;
|
||||
using Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Helpers;
|
||||
using Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.ObjectModel;
|
||||
using Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface;
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
namespace Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Extensions
|
||||
{
|
||||
using System.Diagnostics;
|
||||
using System.Globalization;
|
||||
using System.Linq;
|
||||
using System.Reflection;
|
||||
using System.Runtime.CompilerServices;
|
||||
|
|
|
@ -10,7 +10,6 @@ namespace Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Helpers
|
|||
using System.IO;
|
||||
using System.Xml;
|
||||
using Microsoft.VisualStudio.TestPlatform.ObjectModel.Utilities;
|
||||
using TestAdapter;
|
||||
using TestPlatform.ObjectModel;
|
||||
|
||||
internal class RunSettingsUtilities
|
||||
|
|
|
@ -6,8 +6,6 @@ namespace Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.ObjectModel
|
|||
using System;
|
||||
using System.Diagnostics;
|
||||
|
||||
using Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.ObjectModel;
|
||||
|
||||
/// <summary>
|
||||
/// Internal class to indicate Test Execution failure
|
||||
/// </summary>
|
||||
|
|
|
@ -9,7 +9,6 @@ namespace Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter
|
|||
|
||||
using Microsoft.VisualStudio.TestPlatform.ObjectModel;
|
||||
using Microsoft.VisualStudio.TestPlatform.ObjectModel.Adapter;
|
||||
using Microsoft.VisualStudio.TestPlatform.ObjectModel.Logging;
|
||||
using Microsoft.VisualStudio.TestPlatform.ObjectModel.Utilities;
|
||||
|
||||
public class RunConfigurationSettings
|
||||
|
|
|
@ -6,9 +6,6 @@ namespace Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Dat
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Diagnostics;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
/// <summary>
|
||||
/// Defines a class that creates TestDataConnection instances to connect to data sources.
|
||||
|
|
|
@ -4,8 +4,6 @@
|
|||
namespace Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices
|
||||
{
|
||||
using System;
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using System.IO;
|
||||
using System.Reflection;
|
||||
using Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface;
|
||||
|
|
|
@ -14,7 +14,6 @@ namespace Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices
|
|||
using System.IO;
|
||||
using System.Linq;
|
||||
using System.Threading;
|
||||
using Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Deployment;
|
||||
using Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface;
|
||||
using Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.ObjectModel;
|
||||
using UTF = Microsoft.VisualStudio.TestTools.UnitTesting;
|
||||
|
|
|
@ -8,7 +8,6 @@ namespace Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices
|
|||
using System.Threading;
|
||||
|
||||
using Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface;
|
||||
using Microsoft.VisualStudio.TestPlatform.ObjectModel;
|
||||
|
||||
#pragma warning disable SA1649 // SA1649FileNameMustMatchTypeName
|
||||
|
||||
|
|
|
@ -9,15 +9,11 @@ namespace Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Uti
|
|||
using System.Globalization;
|
||||
using System.IO;
|
||||
using System.Linq;
|
||||
using System.Reflection;
|
||||
using System.Security;
|
||||
|
||||
using Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Deployment;
|
||||
using Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Extensions;
|
||||
|
||||
using Microsoft.VisualStudio.TestPlatform.ObjectModel;
|
||||
using Microsoft.VisualStudio.TestPlatform.ObjectModel.Adapter;
|
||||
using Microsoft.VisualStudio.TestPlatform.ObjectModel.Logging;
|
||||
|
||||
internal class DeploymentUtility : DeploymentUtilityBase
|
||||
{
|
||||
|
|
|
@ -7,7 +7,6 @@ namespace Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Uti
|
|||
using System.Diagnostics;
|
||||
using System.IO;
|
||||
using System.Runtime.InteropServices;
|
||||
using Microsoft.Win32;
|
||||
using static System.String;
|
||||
|
||||
public static class VSInstallationUtilities
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
namespace Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface
|
||||
{
|
||||
using System.Collections.Generic;
|
||||
using Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.ObjectModel;
|
||||
using UTF = Microsoft.VisualStudio.TestTools.UnitTesting;
|
||||
|
||||
/// <summary>
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
namespace Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface
|
||||
{
|
||||
using System;
|
||||
using Microsoft.VisualStudio.TestPlatform.ObjectModel.Adapter;
|
||||
|
||||
/// <summary>
|
||||
/// A host that loads the test source.This can be in isolation for desktop using an AppDomain or just loading the source in the current context.
|
||||
|
|
|
@ -3,8 +3,6 @@
|
|||
|
||||
namespace Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface
|
||||
{
|
||||
using System.IO;
|
||||
|
||||
/// <summary>
|
||||
/// Manager to perform operations on the TraceListener object passed as parameter.
|
||||
/// These operations are implemented differently for each platform service.
|
||||
|
|
|
@ -7,7 +7,6 @@ namespace Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices
|
|||
using System.IO;
|
||||
|
||||
using Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface;
|
||||
using Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Utilities;
|
||||
using Microsoft.VisualStudio.TestPlatform.ObjectModel;
|
||||
using Microsoft.VisualStudio.TestPlatform.ObjectModel.Adapter;
|
||||
|
||||
|
|
|
@ -4,14 +4,6 @@
|
|||
namespace Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Utilities
|
||||
{
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Diagnostics;
|
||||
using System.Globalization;
|
||||
using System.IO;
|
||||
using System.Reflection;
|
||||
|
||||
using Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Deployment;
|
||||
using Microsoft.VisualStudio.TestPlatform.ObjectModel;
|
||||
|
||||
/// <summary>
|
||||
/// Utility for assembly specific functionality.
|
||||
|
|
|
@ -5,18 +5,9 @@ namespace Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Uti
|
|||
{
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Diagnostics;
|
||||
using System.Globalization;
|
||||
using System.IO;
|
||||
using System.Linq;
|
||||
using System.Reflection;
|
||||
using System.Security;
|
||||
|
||||
using Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Deployment;
|
||||
using Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Extensions;
|
||||
using Microsoft.VisualStudio.TestPlatform.ObjectModel;
|
||||
using Microsoft.VisualStudio.TestPlatform.ObjectModel.Adapter;
|
||||
using Microsoft.VisualStudio.TestPlatform.ObjectModel.Logging;
|
||||
|
||||
internal class DeploymentUtility : DeploymentUtilityBase
|
||||
{
|
||||
|
|
|
@ -4,10 +4,6 @@
|
|||
namespace Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Utilities
|
||||
{
|
||||
using System;
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using System.Diagnostics;
|
||||
using System.IO;
|
||||
using System.Linq;
|
||||
using System.Reflection;
|
||||
|
||||
|
|
|
@ -4,9 +4,7 @@
|
|||
namespace Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices
|
||||
{
|
||||
using System.Collections.Generic;
|
||||
using System.Reflection;
|
||||
using Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface;
|
||||
using Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.ObjectModel;
|
||||
|
||||
using UTF = Microsoft.VisualStudio.TestTools.UnitTesting;
|
||||
|
||||
|
|
|
@ -3,7 +3,6 @@
|
|||
|
||||
namespace Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices
|
||||
{
|
||||
using System;
|
||||
using System.Diagnostics;
|
||||
using System.IO;
|
||||
using Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface;
|
||||
|
|
|
@ -5,7 +5,6 @@ namespace Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices
|
|||
{
|
||||
using System;
|
||||
using System.Diagnostics;
|
||||
using System.Globalization;
|
||||
using System.IO;
|
||||
using Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface;
|
||||
|
||||
|
|
|
@ -8,9 +8,7 @@ namespace Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Uti
|
|||
using System.Diagnostics;
|
||||
using System.Globalization;
|
||||
using System.IO;
|
||||
using System.Linq;
|
||||
using System.Reflection;
|
||||
using System.Security;
|
||||
|
||||
using Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Deployment;
|
||||
using Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Extensions;
|
||||
|
|
|
@ -9,7 +9,6 @@ namespace Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Uti
|
|||
using System.Globalization;
|
||||
using System.IO;
|
||||
using System.Linq;
|
||||
using Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Deployment;
|
||||
using Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Extensions;
|
||||
using Microsoft.VisualStudio.TestPlatform.ObjectModel;
|
||||
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
namespace Microsoft.VisualStudio.TestTools.UnitTesting
|
||||
{
|
||||
using System.Configuration;
|
||||
using System.Diagnostics.CodeAnalysis;
|
||||
|
||||
/// <summary>
|
||||
/// The Data Source element.
|
||||
|
|
|
@ -5,7 +5,6 @@ namespace Microsoft.VisualStudio.TestTools.UnitTesting
|
|||
{
|
||||
using System;
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using System.Data;
|
||||
using System.Data.Common;
|
||||
using System.Diagnostics;
|
||||
|
|
|
@ -6,7 +6,6 @@ namespace Microsoft.VisualStudio.TestTools.UnitTesting
|
|||
using System;
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using System.Diagnostics;
|
||||
using System.Globalization;
|
||||
using System.Threading;
|
||||
|
||||
|
|
|
@ -6,8 +6,6 @@ namespace Microsoft.VisualStudio.TestTools.UnitTesting.AppContainer
|
|||
using System;
|
||||
using System.Runtime.CompilerServices;
|
||||
|
||||
using Microsoft.VisualStudio.TestTools.UnitTesting;
|
||||
|
||||
/// <summary>
|
||||
/// Execute test code in UI thread for Windows store apps.
|
||||
/// </summary>
|
||||
|
|
|
@ -4,12 +4,6 @@
|
|||
namespace Microsoft.VisualStudio.TestTools.UnitTesting
|
||||
{
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Diagnostics.CodeAnalysis;
|
||||
using System.Globalization;
|
||||
using System.Reflection;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
/// <summary>
|
||||
/// The helper.
|
||||
|
|
|
@ -7,7 +7,6 @@ namespace Microsoft.VisualStudio.TestTools.UnitTesting
|
|||
using System.Diagnostics;
|
||||
using System.Diagnostics.CodeAnalysis;
|
||||
using System.Globalization;
|
||||
using System.Reflection;
|
||||
using System.Text;
|
||||
|
||||
/// <summary>
|
||||
|
|
|
@ -6,8 +6,6 @@ namespace PlatformServices.Desktop.ComponentTests
|
|||
extern alias FrameworkV1;
|
||||
extern alias FrameworkV2;
|
||||
|
||||
using System;
|
||||
using System.Diagnostics;
|
||||
using System.IO;
|
||||
using System.Reflection;
|
||||
using System.Xml;
|
||||
|
|
|
@ -4,8 +4,6 @@
|
|||
namespace Microsoft.MSTestV2.CLIAutomation
|
||||
{
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Configuration;
|
||||
using System.IO;
|
||||
using System.Linq;
|
||||
using System.Xml;
|
||||
|
|
|
@ -16,7 +16,6 @@ namespace Microsoft.VisualStudio.TestPlatform.MSTestAdapter.UnitTests.Discovery
|
|||
using Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter;
|
||||
using Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Discovery;
|
||||
using Microsoft.VisualStudio.TestPlatform.MSTestAdapter.UnitTests.TestableImplementations;
|
||||
using Microsoft.VisualStudio.TestPlatform.ObjectModel.Adapter;
|
||||
using Moq;
|
||||
using Assert = FrameworkV1::Microsoft.VisualStudio.TestTools.UnitTesting.Assert;
|
||||
using CollectionAssert = FrameworkV1::Microsoft.VisualStudio.TestTools.UnitTesting.CollectionAssert;
|
||||
|
|
|
@ -11,7 +11,6 @@ namespace Microsoft.VisualStudio.TestPlatform.MSTestAdapter.UnitTests.Discovery
|
|||
using System.Linq;
|
||||
using System.Reflection;
|
||||
using System.Runtime.CompilerServices;
|
||||
using global::MSTestAdapter.TestUtilities;
|
||||
using Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter;
|
||||
using Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Discovery;
|
||||
using Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Helpers;
|
||||
|
|
|
@ -18,7 +18,6 @@ namespace Microsoft.VisualStudio.TestPlatform.MSTestAdapter.UnitTests.Execution
|
|||
using Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Helpers;
|
||||
using Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.ObjectModel;
|
||||
using Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices;
|
||||
using Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.ObjectModel;
|
||||
using Moq;
|
||||
using MSTest.TestAdapter;
|
||||
using TestableImplementations;
|
||||
|
|
|
@ -11,7 +11,6 @@ namespace Microsoft.VisualStudio.TestPlatform.MSTestAdapter.UnitTests.Execution
|
|||
using System.Linq;
|
||||
using System.Reflection;
|
||||
using Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter;
|
||||
using Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution;
|
||||
using Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.ObjectModel;
|
||||
using Microsoft.VisualStudio.TestPlatform.ObjectModel;
|
||||
using Assert = FrameworkV1::Microsoft.VisualStudio.TestTools.UnitTesting.Assert;
|
||||
|
|
|
@ -9,11 +9,9 @@ namespace Microsoft.VisualStudio.TestPlatform.MSTestAdapter.UnitTests
|
|||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Reflection;
|
||||
using Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution;
|
||||
using Microsoft.VisualStudio.TestPlatform.ObjectModel;
|
||||
using Moq;
|
||||
using MSTest.TestAdapter;
|
||||
using MSTest.TestAdapter.ObjectModel;
|
||||
using TestPlatform.ObjectModel.Adapter;
|
||||
using Assert = FrameworkV1::Microsoft.VisualStudio.TestTools.UnitTesting.Assert;
|
||||
using TestClass = FrameworkV1::Microsoft.VisualStudio.TestTools.UnitTesting.TestClassAttribute;
|
||||
|
|
|
@ -3,7 +3,6 @@
|
|||
|
||||
namespace Microsoft.VisualStudio.TestPlatform.MSTestAdapter.UnitTests.TestableImplementations
|
||||
{
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.IO;
|
||||
using Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter;
|
||||
|
|
|
@ -6,7 +6,6 @@ namespace MSTestAdapter.PlatformServices.Desktop.UnitTests.Services
|
|||
extern alias FrameworkV1;
|
||||
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Reflection;
|
||||
|
||||
using Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices;
|
||||
|
|
|
@ -9,15 +9,12 @@ namespace MSTestAdapter.PlatformServices.Desktop.UnitTests.Services
|
|||
|
||||
using System.Collections.Generic;
|
||||
using System.IO;
|
||||
using System.Linq;
|
||||
using System.Reflection;
|
||||
using System.Xml;
|
||||
using Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices;
|
||||
using Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Deployment;
|
||||
using Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Utilities;
|
||||
using Microsoft.VisualStudio.TestPlatform.ObjectModel;
|
||||
using Microsoft.VisualStudio.TestPlatform.ObjectModel.Adapter;
|
||||
using Microsoft.VisualStudio.TestPlatform.ObjectModel.Utilities;
|
||||
|
||||
using Moq;
|
||||
using MSTestAdapter.PlatformServices.Tests.Utilities;
|
||||
|
|
|
@ -6,12 +6,10 @@ namespace MSTestAdapter.PlatformServices.Desktop.UnitTests.Services
|
|||
extern alias FrameworkV1;
|
||||
|
||||
using System;
|
||||
using System.Diagnostics;
|
||||
using System.Reflection;
|
||||
using System.Threading;
|
||||
|
||||
using Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices;
|
||||
using Microsoft.VisualStudio.TestPlatform.ObjectModel;
|
||||
using MSTestAdapter.TestUtilities;
|
||||
|
||||
using Assert = FrameworkV1::Microsoft.VisualStudio.TestTools.UnitTesting.Assert;
|
||||
|
|
|
@ -6,7 +6,6 @@ namespace MSTestAdapter.PlatformServices.Desktop.UnitTests.Utilities
|
|||
extern alias FrameworkV1;
|
||||
|
||||
using System;
|
||||
using System.IO;
|
||||
using System.Xml;
|
||||
using Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Utilities;
|
||||
using Assert = FrameworkV1::Microsoft.VisualStudio.TestTools.UnitTesting.Assert;
|
||||
|
|
|
@ -15,7 +15,6 @@ namespace MSTestAdapter.PlatformServices.Tests.Utilities
|
|||
using Microsoft.VisualStudio.TestPlatform.ObjectModel.Logging;
|
||||
using Moq;
|
||||
using Microsoft.VisualStudio.TestTools.UnitTesting;
|
||||
using MSTestAdapter.PlatformServices.Tests.Utilities;
|
||||
|
||||
[TestClass]
|
||||
public class NetCoreDeploymentUtilityTests
|
||||
|
|
|
@ -18,13 +18,9 @@ namespace MSTestAdapter.PlatformServices.Tests.Utilities
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.IO;
|
||||
using System.Reflection;
|
||||
using Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices;
|
||||
using Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Deployment;
|
||||
using Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Utilities;
|
||||
using Microsoft.VisualStudio.TestPlatform.ObjectModel;
|
||||
using Microsoft.VisualStudio.TestPlatform.ObjectModel.Adapter;
|
||||
using Microsoft.VisualStudio.TestPlatform.ObjectModel.Logging;
|
||||
using Moq;
|
||||
|
||||
[TestClass]
|
||||
|
|
|
@ -15,10 +15,8 @@ namespace MSTestAdapter.PlatformServices.Tests.Services
|
|||
#endif
|
||||
|
||||
using System;
|
||||
using System.IO;
|
||||
using System.Reflection;
|
||||
using Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices;
|
||||
using MSTestAdapter.TestUtilities;
|
||||
#pragma warning disable SA1649 // SA1649FileNameMustMatchTypeName
|
||||
|
||||
[TestClass]
|
||||
|
|
|
@ -10,7 +10,6 @@ namespace Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.UWP
|
|||
using System.Reflection;
|
||||
using FrameworkV1::Microsoft.VisualStudio.TestTools.UnitTesting;
|
||||
using global::MSTestAdapter.TestUtilities;
|
||||
using Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices;
|
||||
|
||||
/// <summary>
|
||||
/// The universal file operations tests.
|
||||
|
|
|
@ -8,7 +8,6 @@ namespace Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.UWP
|
|||
using System.Linq;
|
||||
using System.Reflection;
|
||||
using FrameworkV1::Microsoft.VisualStudio.TestTools.UnitTesting;
|
||||
using Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices;
|
||||
|
||||
/// <summary>
|
||||
/// The universal test source validator tests.
|
||||
|
|
Загрузка…
Ссылка в новой задаче