1- using System . Collections . Generic ;
2- using Microsoft . Extensions . DependencyInjection ;
3- using Microsoft . VisualStudio . TestTools . UnitTesting ;
4- using MigrationTools . Endpoints ;
5- using MigrationTools . Tests ;
6- using MigrationTools . Processors . Infrastructure ;
1+ using Microsoft . VisualStudio . TestTools . UnitTesting ;
72
83namespace MigrationTools . Processors . Tests
94{
105 [ TestClass ( ) ]
116 public class TfsSharedQueryProcessorTests : TfsProcessorTests
127 {
13- [ TestMethod ( "TfsSharedQueryProcessorTests_Incantate" ) , TestCategory ( "L0" ) ]
8+ [ TestMethod ( DisplayName = "TfsSharedQueryProcessorTests_Incantate" ) , TestCategory ( "L0" ) ]
149 public void Incantate ( )
1510 {
1611 var x = GetTfsSharedQueryProcessor ( ) ;
1712 Assert . IsNotNull ( x ) ;
1813 }
1914
20- [ TestMethod ( "TfsSharedQueryProcessorTests_BasicConfigure" ) , TestCategory ( "L0" ) ]
15+ [ TestMethod ( DisplayName = "TfsSharedQueryProcessorTests_BasicConfigure" ) , TestCategory ( "L0" ) ]
2116 public void BasicConfigure ( )
2217 {
2318 var y = new TfsSharedQueryProcessorOptions
@@ -33,7 +28,7 @@ public void BasicConfigure()
3328 Assert . AreEqual ( "fortyTwo" , x . Options . RefName ) ;
3429 }
3530
36- [ TestMethod ( "TfsSharedQueryProcessorTests_BasicRun" ) , TestCategory ( "L0" ) ]
31+ [ TestMethod ( DisplayName = "TfsSharedQueryProcessorTests_BasicRun" ) , TestCategory ( "L0" ) ]
3732 public void BasicRun ( )
3833 {
3934 var y = new TfsSharedQueryProcessorOptions
@@ -48,4 +43,4 @@ public void BasicRun()
4843 Assert . IsNotNull ( x ) ;
4944 }
5045 }
51- }
46+ }
0 commit comments