@@ -21,10 +21,6 @@ public void ListDiscoverersShouldShowInboxDiscoverers(RunnerInfo runnerInfo)
21
21
if ( this . IsDesktopRunner ( ) )
22
22
{
23
23
this . StdOutputContains ( "executor://codedwebtestadapter/v1" ) ;
24
- this . StdOutputContains ( "executor://generictestadapter/v1" ) ;
25
- this . StdOutputContains ( ".generictest" ) ;
26
- this . StdOutputContains ( "executor://orderedtestadapter/v1" ) ;
27
- this . StdOutputContains ( ".orderedtest" ) ;
28
24
this . StdOutputContains ( "executor://mstestadapter/v1" ) ;
29
25
this . StdOutputContains ( "executor://webtestadapter/v1" ) ;
30
26
this . StdOutputContains ( ".Webtest" ) ;
@@ -33,11 +29,7 @@ public void ListDiscoverersShouldShowInboxDiscoverers(RunnerInfo runnerInfo)
33
29
else
34
30
{
35
31
// There are no inbox adapters for dotnet core
36
- this . StdOutputDoesNotContains ( "executor://codedwebtestadapter/v1" ) ;
37
- this . StdOutputDoesNotContains ( "executor://generictestadapter/v1" ) ;
38
- this . StdOutputDoesNotContains ( ".generictest" ) ;
39
- this . StdOutputDoesNotContains ( "executor://orderedtestadapter/v1" ) ;
40
- this . StdOutputDoesNotContains ( ".orderedtest" ) ;
32
+ this . StdOutputDoesNotContains ( "executor://codedwebtestadapter/v1" ) ;
41
33
this . StdOutputDoesNotContains ( "executor://mstestadapter/v1" ) ;
42
34
this . StdOutputDoesNotContains ( "executor://webtestadapter/v1" ) ;
43
35
this . StdOutputDoesNotContains ( ".Webtest" ) ;
@@ -55,9 +47,7 @@ public void ListExecutorsShouldShowInboxExecutors(RunnerInfo runnerInfo)
55
47
56
48
if ( this . IsDesktopRunner ( ) )
57
49
{
58
- this . StdOutputContains ( "executor://CodedWebTestAdapter/v1" ) ;
59
- this . StdOutputContains ( "executor://GenericTestAdapter/v1" ) ;
60
- this . StdOutputContains ( "executor://OrderedTestAdapter/v1" ) ;
50
+ this . StdOutputContains ( "executor://CodedWebTestAdapter/v1" ) ;
61
51
this . StdOutputContains ( "executor://MSTestAdapter/v1" ) ;
62
52
this . StdOutputContains ( "executor://WebTestAdapter/v1" ) ;
63
53
this . StdOutputContains ( "executor://CppUnitTestExecutor/v1" ) ;
@@ -67,8 +57,6 @@ public void ListExecutorsShouldShowInboxExecutors(RunnerInfo runnerInfo)
67
57
{
68
58
// There are no inbox adapters for dotnet core
69
59
this . StdOutputDoesNotContains ( "executor://CodedWebTestAdapter/v1" ) ;
70
- this . StdOutputDoesNotContains ( "executor://GenericTestAdapter/v1" ) ;
71
- this . StdOutputDoesNotContains ( "executor://OrderedTestAdapter/v1" ) ;
72
60
this . StdOutputDoesNotContains ( "executor://MSTestAdapter/v1" ) ;
73
61
this . StdOutputDoesNotContains ( "executor://WebTestAdapter/v1" ) ;
74
62
this . StdOutputDoesNotContains ( "executor://CppUnitTestExecutor/v1" ) ;
0 commit comments