File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed
test/test.xunit.runner.visualstudio Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 4
4
using System . Collections . Generic ;
5
5
using System . Linq ;
6
6
using Xunit ;
7
- using Xunit . Runner . VisualStudio ;
8
7
using Constants = VSTestAdapter . Xunit . Runner . VisualStudio . Constants ;
9
8
using TestPlatformContext = VSTestAdapter . Xunit . Runner . VisualStudio . TestPlatformContext ;
10
9
using VsDiscoverySink = VSTestAdapter . Xunit . Runner . VisualStudio . VsDiscoverySink ;
@@ -51,7 +50,7 @@ public void StandardData(
51
50
52
51
Assert . NotNull ( vsTestCase ) ;
53
52
54
- // Standard VSTest propertiesgi
53
+ // Standard VSTest properties
55
54
Assert . Equal ( "/source/file.cs" , vsTestCase . CodeFilePath ) ;
56
55
Assert . Equal ( "test-case-display-name" , vsTestCase . DisplayName ) ;
57
56
Assert . Equal ( Constants . ExecutorUri , vsTestCase . ExecutorUri . OriginalString ) ;
Original file line number Diff line number Diff line change 5
5
using Microsoft . VisualStudio . TestPlatform . ObjectModel . Logging ;
6
6
using LoggerHelper = VSTestAdapter . Xunit . Runner . VisualStudio . LoggerHelper ;
7
7
8
- namespace Xunit . Runner . VisualStudio ;
9
-
10
8
internal class SpyLoggerHelper ( SpyMessageLogger logger , Stopwatch stopwatch ) :
11
9
LoggerHelper ( logger , stopwatch )
12
10
{
You can’t perform that action at this time.
0 commit comments