Home
last modified time | relevance | path

Searched defs:pauseEmulation (Results 1 – 2 of 2) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Testing/
DLEDTester.cs37 public LEDTester AssertState(bool state, float? timeout = null, bool pauseEmulation = false) in AssertState()
87 …ndHoldState(bool initialState, float timeoutAssert, float timeoutHold, bool pauseEmulation = false) in AssertAndHoldState()
176 …float testDuration, double expectedDutyCycle, double tolerance = 0.05, bool pauseEmulation = false) in AssertDutyCycle()
223 …ation, double onDuration, double offDuration, double tolerance = 0.05, bool pauseEmulation = false) in AssertIsBlinking()
DTerminalTester.cs146 …ll, bool treatAsRegex = false, bool includeUnfinishedLine = false, bool pauseEmulation = false, bo… in WaitFor()
187 …ll, bool treatAsRegex = false, bool includeUnfinishedLine = false, bool pauseEmulation = false, bo… in WaitFor()
326 …rMatch(Func<TerminalTesterResult> resultMatcher, TimeInterval timeout, bool pauseEmulation = false) in WaitForMatch()
404 …= null, bool treatAsRegex = false, bool includeUnfinishedLine = false, bool pauseEmulation = false) in WaitForMultilineMatch()
710 private bool pauseEmulation; field in Antmicro.Renode.Testing.TerminalTester