Skip to content

Commit 791a906

Browse files
committed
fix
1 parent 2944740 commit 791a906

File tree

15 files changed

+18
-0
lines changed

15 files changed

+18
-0
lines changed

src/Adapter/MSTest.TestAdapter/MSTestDiscovererHelpers.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
using MSTest.PlatformServices;
88
using MSTest.PlatformServices.Interface;
99
using MSTest.PlatformServices.ObjectModel;
10+
using MSTest.PlatformServices.Resources;
1011

1112
namespace MSTest.TestAdapter;
1213

src/Adapter/MSTest.TestAdapter/VSTestAdapter/MSTestExecutor.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
using MSTest.PlatformServices;
1010
using MSTest.PlatformServices.Execution;
1111
using MSTest.PlatformServices.Interface;
12+
using MSTest.PlatformServices.Resources;
1213

1314
namespace MSTest.TestAdapter;
1415

test/UnitTests/MSTest.PlatformServices.UnitTests/Deployment/DeploymentItemTests.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
// Copyright (c) Microsoft Corporation. All rights reserved.
22
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
33

4+
using MSTest.PlatformServices.Resources;
5+
46
using TestFramework.ForTestingMSTest;
57

68
namespace MSTest.PlatformServices.Deployment.UnitTests;

test/UnitTests/MSTest.PlatformServices.UnitTests/Discovery/AssemblyEnumeratorTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
using MSTest.PlatformServices.Helpers;
1111
using MSTest.PlatformServices.ObjectModel;
12+
using MSTest.PlatformServices.Resources;
1213
using MSTest.PlatformServices.UnitTests;
1314

1415
using TestFramework.ForTestingMSTest;

test/UnitTests/MSTest.PlatformServices.UnitTests/Discovery/AssemblyEnumeratorWrapperTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
using MSTest.PlatformServices.Interface;
77
using MSTest.PlatformServices.ObjectModel;
8+
using MSTest.PlatformServices.Resources;
89
using MSTest.PlatformServices.UnitTests;
910

1011
using TestFramework.ForTestingMSTest;

test/UnitTests/MSTest.PlatformServices.UnitTests/Discovery/TypeValidatorTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
using Moq;
55

66
using MSTest.PlatformServices.Helpers;
7+
using MSTest.PlatformServices.Resources;
78

89
using TestFramework.ForTestingMSTest;
910

test/UnitTests/MSTest.PlatformServices.UnitTests/Discovery/UnitTestDiscovererTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111

1212
using MSTest.PlatformServices.Interface;
1313
using MSTest.PlatformServices.ObjectModel;
14+
using MSTest.PlatformServices.Resources;
1415
using MSTest.PlatformServices.UnitTests;
1516

1617
using TestFramework.ForTestingMSTest;

test/UnitTests/MSTest.PlatformServices.UnitTests/Execution/TestMethodInfoTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
using MSTest.PlatformServices.Interface;
77
using MSTest.PlatformServices.ObjectModel;
8+
using MSTest.PlatformServices.Resources;
89
using MSTest.PlatformServices.UnitTests;
910

1011
using TestFramework.ForTestingMSTest;

test/UnitTests/MSTest.PlatformServices.UnitTests/Execution/TestMethodRunnerTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
33

44
using Microsoft.VisualStudio.TestPlatform.MSTestAdapter;
5+
using Microsoft.VisualStudio.TestTools.UnitTesting.Resources;
56

67
using Moq;
78

test/UnitTests/MSTest.PlatformServices.UnitTests/Extensions/ExceptionExtensionsTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
33

44
using MSTest.PlatformServices.ObjectModel;
5+
using MSTest.PlatformServices.Resources;
56

67
using TestFramework.ForTestingMSTest;
78

0 commit comments

Comments
 (0)