7 references to AssertReferencePathsEqual
Microsoft.CodeAnalysis.VisualBasic.CommandLine.UnitTests (7)
CommandLineTests.vb (7)
4973AssertReferencePathsEqual(parsedArgs.ReferencePaths, Nothing, "c:\", "d:\x\y\z", Path.Combine(_baseDirectory, "abc")) 4977AssertReferencePathsEqual(parsedArgs.ReferencePaths, Nothing, "c:\Windows", Path.Combine(_baseDirectory, "abc\def")) 5064AssertReferencePathsEqual(parsedArgs.ReferencePaths, "d:\sdk1") 5068AssertReferencePathsEqual(parsedArgs.ReferencePaths, "d:\Windows") 5071AssertReferencePathsEqual(parsedArgs.ReferencePaths, "c:\Windows", "d:\blah") 5074AssertReferencePathsEqual(parsedArgs.ReferencePaths, "c:\lib2", "c:\Windows", "d:\blah") 5363AssertReferencePathsEqual(parsedArgs.ReferencePaths, Nothing, Path.GetDirectoryName(file.ToString()), "c:\lib2")