Searched refs:WaitForEntry (Results 1 – 2 of 2) sorted by relevance
/Renode-v1.15.3-c57714d/src/Renode/RobotFrameworkEngine/ |
D | LogTester.cs | 90 …public string WaitForEntry(string pattern, out IEnumerable<string> bufferedMessages, float? timeou… in WaitForEntry() method in Antmicro.Renode.RobotFramework.LogTester
|
D | RenodeKeywords.cs | 321 …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()
|