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