15 references to WaitForFile
Microsoft.AspNetCore.HttpLogging.Tests (15)
FileLoggerProcessorTests.cs (15)
49await WaitForFile(filePath, _messageOne.Length).DefaultTimeout();
88await WaitForFile(filePathToday, _messageOne.Length).DefaultTimeout();
95await WaitForFile(filePathTomorrow, _messageTwo.Length).DefaultTimeout();
135await WaitForFile(filePath2, _messageTwo.Length).DefaultTimeout();
178await WaitForFile(lastFilePath, _messageOne.Length).DefaultTimeout();
233await WaitForFile(lastFilePath, _messageOne.Length).DefaultTimeout();
292await WaitForFile(filePath, _messageOne.Length).DefaultTimeout();
305await WaitForFile(filePath, _messageOne.Length).DefaultTimeout();
327await WaitForFile(GetLogFilePath(path, options.FileName, _today, 6), _messageOne.Length).DefaultTimeout();
378await WaitForFile(filePath2, _messageTwo.Length).DefaultTimeout();
389await WaitForFile(filePath3, _messageThree.Length).DefaultTimeout();
444await WaitForFile(filePath3, _messageThree.Length).DefaultTimeout();
455await WaitForFile(filePath4, _messageFour.Length).DefaultTimeout();
510await WaitForFile(filePath1, _messageOne.Length).DefaultTimeout();
525await WaitForFile(filePath2, _messageTwo.Length).DefaultTimeout();