Home
last modified time | relevance | path

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

/Renode-v1.15.3-c57714d/src/Renode/RobotFrameworkEngine/
DLedKeywords.cs33 GetTesterOrThrowException(testerId).AssertState(state, timeout, pauseEmulation); in AssertLedState()
40GetTesterOrThrowException(testerId).AssertAndHoldState(initialState, timeoutAssert, timeoutHold, p… in AssertAndHoldLedState()
47GetTesterOrThrowException(testerId).AssertDutyCycle(testDuration, expectedDutyCycle, tolerance, pa… in AssertLedDutyCycle()
54GetTesterOrThrowException(testerId).AssertIsBlinking(testDuration, onDuration, offDuration, tolera… in AssertLedIsBlinking()
DUartKeywords.cs38 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()
DNetworkInterfaceKeywords.cs39 … 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()
DTestersProvider.cs124 protected TTester GetTesterOrThrowException(int? testerId) in GetTesterOrThrowException() method in Antmicro.Renode.RobotFramework.TPeripheral