@@ -186,18 +186,18 @@ public void GivenQuery_WhenActionKeywordForFileContentSearchExists_ThenFileConte
186
186
$ "Actual result was: { result } { Environment . NewLine } ") ;
187
187
}
188
188
189
- // [TestCase(@"c:\\", false)]
190
- // [TestCase(@"i:\", true)]
191
- // [TestCase(@"\c:\", false)]
192
- // [TestCase(@"cc:\", false)]
193
- // [TestCase(@"\\\SomeNetworkLocation\", false)]
194
- // [TestCase(@"\\SomeNetworkLocation\", true)]
195
- // [TestCase("RandomFile", false)]
196
- // [TestCase(@"c:\>*", true)]
197
- // [TestCase(@"c:\>", true)]
198
- // [TestCase(@"c:\SomeLocation\SomeOtherLocation\>", true)]
199
- // [TestCase(@"c:\SomeLocation\SomeOtherLocation", true)]
200
- // [TestCase(@"c:\SomeLocation\SomeOtherLocation\SomeFile.exe", true)]
189
+ [ TestCase ( @"c:\\" , false ) ]
190
+ [ TestCase ( @"i:\" , true ) ]
191
+ [ TestCase ( @"\c:\" , false ) ]
192
+ [ TestCase ( @"cc:\" , false ) ]
193
+ [ TestCase ( @"\\\SomeNetworkLocation\" , false ) ]
194
+ [ TestCase ( @"\\SomeNetworkLocation\" , true ) ]
195
+ [ TestCase ( "RandomFile" , false ) ]
196
+ [ TestCase ( @"c:\>*" , true ) ]
197
+ [ TestCase ( @"c:\>" , true ) ]
198
+ [ TestCase ( @"c:\SomeLocation\SomeOtherLocation\>" , true ) ]
199
+ [ TestCase ( @"c:\SomeLocation\SomeOtherLocation" , true ) ]
200
+ [ TestCase ( @"c:\SomeLocation\SomeOtherLocation\SomeFile.exe" , true ) ]
201
201
[ TestCase ( @"\\SomeNetworkLocation\SomeFile.exe" , true ) ]
202
202
203
203
public void WhenGivenQuerySearchString_ThenShouldIndicateIfIsLocationPathString ( string querySearchString , bool expectedResult )
0 commit comments