Searched refs:GetTesterOrThrowException (Results 1 – 4 of 4) sorted by relevance
/Renode-v1.15.3-c57714d/src/Renode/RobotFrameworkEngine/ |
D | LedKeywords.cs | 33 GetTesterOrThrowException(testerId).AssertState(state, timeout, pauseEmulation); in AssertLedState() 40 …GetTesterOrThrowException(testerId).AssertAndHoldState(initialState, timeoutAssert, timeoutHold, p… in AssertAndHoldLedState() 47 …GetTesterOrThrowException(testerId).AssertDutyCycle(testDuration, expectedDutyCycle, tolerance, pa… in AssertLedDutyCycle() 54 …GetTesterOrThrowException(testerId).AssertIsBlinking(testDuration, onDuration, offDuration, tolera… in AssertLedIsBlinking()
|
D | UartKeywords.cs | 38 return GetTesterOrThrowException(testerId).GetReport(); in GetTerminalTesterReport() 44 GetTesterOrThrowException(testerId).ClearReport(); in ClearTerminalTesterReport() 125 var tester = GetTesterOrThrowException(testerId); in ShouldNotBeOnUart() 151 GetTesterOrThrowException(testerId).Write(c.ToString()); in WriteCharOnUart() 158 GetTesterOrThrowException(testerId).Write(content); in WriteToUart() 165 var tester = GetTesterOrThrowException(testerId); in WriteLineToUart() 177 var tester = GetTesterOrThrowException(testerId); in TestIfUartIsIdle() 188 var tester = GetTesterOrThrowException(testerId); in WriteCharDelay() 200 var tester = GetTesterOrThrowException(testerId); in DoTest()
|
D | NetworkInterfaceKeywords.cs | 39 … if(!GetTesterOrThrowException(testerId).TryWaitForOutgoingPacket(timeout, out var packet)) in WaitForOutgoingPacket() 50 …if(!GetTesterOrThrowException(testerId).TryWaitForOutgoingPacketWithBytesAtIndex(bytes, index, max… in WaitForOutgoingPacketWithBytesAtIndex() 61 var tester = GetTesterOrThrowException(testerId); in SendFrame()
|
D | TestersProvider.cs | 124 protected TTester GetTesterOrThrowException(int? testerId) in GetTesterOrThrowException() method in Antmicro.Renode.RobotFramework.TPeripheral
|