D | LedKeywords.cs | 31 …public void AssertLedState(bool state, float? timeout = null, int? testerId = null, bool pauseEmul… in AssertLedState() argument 33 GetTesterOrThrowException(testerId).AssertState(state, timeout, pauseEmulation); in AssertLedState() 37 …ertAndHoldLedState(bool initialState, float timeoutAssert, float timeoutHold, int? testerId = null, in AssertAndHoldLedState() argument 40 …GetTesterOrThrowException(testerId).AssertAndHoldState(initialState, timeoutAssert, timeoutHold, p… in AssertAndHoldLedState() 44 …yCycle(float testDuration, double expectedDutyCycle, double tolerance = 0.05, int? testerId = null, in AssertLedDutyCycle() argument 47 …GetTesterOrThrowException(testerId).AssertDutyCycle(testDuration, expectedDutyCycle, tolerance, pa… in AssertLedDutyCycle() 52 int? testerId = null, bool pauseEmulation = false) in AssertLedIsBlinking() argument 54 …GetTesterOrThrowException(testerId).AssertIsBlinking(testDuration, onDuration, offDuration, tolera… in AssertLedIsBlinking()
|