Home
last modified time | relevance | path

Searched refs:WaitForEntry (Results 1 – 2 of 2) sorted by relevance

/Renode-v1.15.3-c57714d/src/Renode/RobotFrameworkEngine/
DLogTester.cs90 …public string WaitForEntry(string pattern, out IEnumerable<string> bufferedMessages, float? timeou… in WaitForEntry() method in Antmicro.Renode.RobotFramework.LogTester
DRenodeKeywords.cs321 …var result = logTester.WaitForEntry(pattern, out var bufferedMessages, timeout, keep, treatAsRegex… in WaitForLogEntry()
342 …var result = logTester.WaitForEntry(pattern, out var _, timeout, true, treatAsRegex, pauseEmulatio… in ShouldNotBeInLog()