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
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.

namespace Microsoft.VisualStudio.TestTools.UnitTesting.Attributes
namespace Microsoft.VisualStudio.TestTools.UnitTesting
{
using System;
using System.Collections.Generic;
using System.Globalization;
using System.Reflection;

using Microsoft.VisualStudio.TestTools.UnitTesting;

/// <summary>
/// Enum to specify whether the data is stored as property or in method.
/// </summary>
Expand Down
2 changes: 0 additions & 2 deletions src/TestFramework/MSTest.Core/Interfaces/ITestDataSource.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@

namespace Microsoft.VisualStudio.TestTools.UnitTesting
{
using System;
using System.Collections.Generic;
using System.Globalization;
using System.Reflection;

/// <summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
namespace FxExtensibilityTestProject
{
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Microsoft.VisualStudio.TestTools.UnitTesting.Attributes;

[TestClass]
public class DynamicDataExMoreTests
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ namespace FxExtensibilityTestProject
using System.Collections.Generic;

using Microsoft.VisualStudio.TestTools.UnitTesting;
using Microsoft.VisualStudio.TestTools.UnitTesting.Attributes;

[TestClass]
public class DynamicDataExTests
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ namespace FxExtensibilityTestProject
using System.Globalization;
using System.Reflection;

using Microsoft.VisualStudio.TestTools.UnitTesting.Attributes;

[TestClass]
public class TestDataSourceExTests
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ namespace Microsoft.VisualStudio.TestPlatform.TestFramework.UnitTests.Attributes
using System.Reflection;

using FrameworkV2::Microsoft.VisualStudio.TestTools.UnitTesting;
using FrameworkV2::Microsoft.VisualStudio.TestTools.UnitTesting.Attributes;

using MSTestAdapter.TestUtilities;

Expand Down