Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Testing/
DTerminalTester.cs146 …false, bool includeUnfinishedLine = false, bool pauseEmulation = false, bool matchNextLine = false) in WaitFor() argument
151 …ern, includeUnfinishedLine, timeout ?? GlobalTimeout, treatAsRegex, pauseEmulation, matchNextLine); in WaitFor()
165 var lineMatch = CheckFinishedLines(pattern, treatAsRegex, eventName, matchNextLine); in WaitFor()
176 … return CheckUnfinishedLine(pattern, treatAsRegex, eventName, matchAtStart: matchNextLine); in WaitFor()