12 references to GetTestFilePath
Microsoft.VisualBasic.Tests (9)
Microsoft\VisualBasic\Logging\FileLogTraceListenerTests.cs (1)
35CustomLocation = GetTestFilePath(),
Microsoft\VisualBasic\Logging\LogTests.cs (1)
22listener.CustomLocation = GetTestFilePath();
Microsoft\VisualBasic\MyServices\FileSystemProxyTests.cs (7)
130string testFileSource = GetTestFilePath(); 131string testFileDest = GetTestFilePath(); 142testFileDest = GetTestFilePath(); 152string testFileSource = GetTestFilePath(); 153string testFileDest = GetTestFilePath(); 167string testFileSource = GetTestFilePath(); 168string testFileDest = GetTestFilePath();
System.Drawing.Common.Tests (3)
System\Drawing\BitmapTests.cs (2)
739string output = $"{GetTestFilePath()}.png"; 1566string path = GetTestFilePath();
System\Drawing\Printing\PrintDocumentTests.cs (1)
176document.PrinterSettings.PrintFileName = GetTestFilePath();