Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Testing/
DTerminalTester.cs118 if(resultMatcher == null) in WriteChar()
123 testerResult = resultMatcher.Invoke(); in WriteChar()
134 resultMatcher = null; in WriteChar()
326 …private TerminalTesterResult WaitForMatch(Func<TerminalTesterResult> resultMatcher, TimeInterval t… in WaitForMatch() argument
335 this.resultMatcher = resultMatcher; in WaitForMatch()
339 immediateResult = resultMatcher.Invoke(); in WaitForMatch()
343 this.resultMatcher = null; in WaitForMatch()
399 this.resultMatcher = null; in WaitForMatch()
708 private Func<TerminalTesterResult> resultMatcher; field in Antmicro.Renode.Testing.TerminalTester