4
4
namespace Microsoft . VisualStudio . TestPlatform . MSTest . TestAdapter . Extensions
5
5
{
6
6
using Microsoft . TestPlatform . AdapterUtilities ;
7
+ using Microsoft . TestPlatform . AdapterUtilities . ManagedNameUtilities ;
7
8
using Microsoft . VisualStudio . TestPlatform . MSTest . TestAdapter . ObjectModel ;
8
9
using Microsoft . VisualStudio . TestPlatform . ObjectModel ;
9
10
@@ -15,8 +16,8 @@ namespace Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Extensions
15
16
internal static class TestCaseExtensions
16
17
{
17
18
internal static readonly TestProperty ManagedTypeProperty = TestProperty . Register (
18
- id : ManagedNameConstants . ManagedTypePropertyId ,
19
- label : ManagedNameConstants . ManagedTypeLabel ,
19
+ id : Contants . ManagedTypePropertyId ,
20
+ label : Contants . ManagedTypeLabel ,
20
21
category : string . Empty ,
21
22
description : string . Empty ,
22
23
valueType : typeof ( string ) ,
@@ -25,8 +26,8 @@ internal static class TestCaseExtensions
25
26
owner : typeof ( TestCase ) ) ;
26
27
27
28
internal static readonly TestProperty ManagedMethodProperty = TestProperty . Register (
28
- id : ManagedNameConstants . ManagedMethodPropertyId ,
29
- label : ManagedNameConstants . ManagedMethodLabel ,
29
+ id : Contants . ManagedMethodPropertyId ,
30
+ label : Contants . ManagedMethodLabel ,
30
31
category : string . Empty ,
31
32
description : string . Empty ,
32
33
valueType : typeof ( string ) ,
0 commit comments