D | UartKeywords.cs | 81 …public TerminalTesterResult WaitForLineOnUart(string content, float? timeout = null, int? testerId… in WaitForLineOnUart() argument 86 return tester.WaitFor(content, timeInterval, treatAsRegex, includeUnfinishedLine, in WaitForLineOnUart() 92 …public TerminalTesterResult WaitForLinesOnUart(string[] content, float? timeout = null, int? teste… in WaitForLinesOnUart() argument 97 return tester.WaitFor(content, timeInterval, treatAsRegex, includeUnfinishedLine, in WaitForLinesOnUart() 103 …public BinaryTerminalTesterResult WaitForBytesOnUart(string content, float? timeout = null, int? t… in WaitForBytesOnUart() argument 108 … var result = tester.WaitFor(content, timeInterval, treatAsRegex, includeUnfinishedLine: true, in WaitForBytesOnUart() 116 …public void ShouldNotBeOnUart(string content, float? timeout = null, int? testerId = null, bool tr… in ShouldNotBeOnUart() argument 126 … var result = tester.WaitFor(content, timeInterval, treatAsRegex, includeUnfinishedLine, false); in ShouldNotBeOnUart() 156 public TerminalTesterResult WriteToUart(string content, int? testerId = null) in WriteToUart() argument 158 GetTesterOrThrowException(testerId).Write(content); in WriteToUart() [all …]
|