2 references to GetWatchTestOutputPath
dotnet-watch.Tests (2)
TestUtilities\TestOptions.cs (1)
18
=> new(workingDirectory, muxerPath, TimeSpan.Zero, IsPollingEnabled: true, TestFlags: TestFlags.RunningAsTest, TestOutput: asset != null ?
GetWatchTestOutputPath
(asset) : "");
TestUtilities\WatchableApp.cs (1)
161
var testOutputPath = asset.
GetWatchTestOutputPath
();