Searched defs:testerId (Results 1 – 4 of 4) sorted by relevance
/Renode-v1.15.3-c57714d/src/Renode/RobotFrameworkEngine/ |
D | UartKeywords.cs | 36 public string GetTerminalTesterReport(int? testerId = null) in GetTerminalTesterReport() 42 public void ClearTerminalTesterReport(int? testerId = null) in ClearTerminalTesterReport() 74 …public TerminalTesterResult WaitForPromptOnUart(string prompt, int? testerId = null, float? timeou… in WaitForPromptOnUart() 81 …TesterResult WaitForLineOnUart(string content, float? timeout = null, int? testerId = null, bool t… in WaitForLineOnUart() 92 …terResult WaitForLinesOnUart(string[] content, float? timeout = null, int? testerId = null, bool t… in WaitForLinesOnUart() 103 …esterResult WaitForBytesOnUart(string content, float? timeout = null, int? testerId = null, bool t… in WaitForBytesOnUart() 116 …public void ShouldNotBeOnUart(string content, float? timeout = null, int? testerId = null, bool tr… in ShouldNotBeOnUart() 134 …public TerminalTesterResult WaitForNextLineOnUart(float? timeout = null, int? testerId = null, boo… in WaitForNextLineOnUart() 143 public TerminalTesterResult SendKeyToUart(byte c, int? testerId = null) in SendKeyToUart() 149 public TerminalTesterResult WriteCharOnUart(char c, int? testerId = null) in WriteCharOnUart() [all …]
|
D | NetworkInterfaceKeywords.cs | 37 … public NetworkInterfaceTesterResult WaitForOutgoingPacket(float timeout, int? testerId = null) in WaitForOutgoingPacket() 48 …acketWithBytesAtIndex(string bytes, int index, int maxPackets, float timeout, int? testerId = null) in WaitForOutgoingPacketWithBytesAtIndex() 59 public void SendFrame(string bytes, int? testerId = null) in SendFrame()
|
D | LedKeywords.cs | 31 …public void AssertLedState(bool state, float? timeout = null, int? testerId = null, bool pauseEmul… in AssertLedState() 37 …ertAndHoldLedState(bool initialState, float timeoutAssert, float timeoutHold, int? testerId = null, in AssertAndHoldLedState() 44 …yCycle(float testDuration, double expectedDutyCycle, double tolerance = 0.05, int? testerId = null, in AssertLedDutyCycle() 52 int? testerId = null, bool pauseEmulation = false) in AssertLedIsBlinking()
|
D | TestersProvider.cs | 124 protected TTester GetTesterOrThrowException(int? testerId) in GetTesterOrThrowException()
|