Lines Matching refs:AssertionException
119 Assert.Throws<Antmicro.Renode.Debugging.AssertionException>(() => in ShouldNotAllowToGrantTimeAfterDispose()
130 Assert.Throws<Antmicro.Renode.Debugging.AssertionException>(() => in ShouldNotAllowToGrantTwiceInARow()
141 Assert.Throws<Antmicro.Renode.Debugging.AssertionException>(() => in ShouldNotAllowToWaitBeforeGranting()
151 Assert.Throws<Antmicro.Renode.Debugging.AssertionException>(() => in ShouldNotAllowToGrantTimeToBlockedHandle()
165 Assert.Throws<Antmicro.Renode.Debugging.AssertionException>(() => in ShouldNotAllowToCallWaitTwiceAfterReportingContinue()
179 Assert.Throws<Antmicro.Renode.Debugging.AssertionException>(() => in ShouldNotAllowToCallGrantAfterReportingBreak()
193 Assert.Throws<Antmicro.Renode.Debugging.AssertionException>(() => in ShouldNotAllowToRequestTwiceInARow()
205 Assert.Throws<Antmicro.Renode.Debugging.AssertionException>(() => in ShouldNotAllowToReportContinueBeforeRequesting()
215 Assert.Throws<Antmicro.Renode.Debugging.AssertionException>(() => in ShouldNotAllowToReportBreakBeforeRequesting()
225 Assert.Throws<Antmicro.Renode.Debugging.AssertionException>(() => in ShouldNotAllowToReportBreakTwiceInARow()
238 Assert.Throws<Antmicro.Renode.Debugging.AssertionException>(() => in ShouldNotAllowToReportContinueTwiceInARow()
251 Assert.Throws<Antmicro.Renode.Debugging.AssertionException>(() => in ShouldNotAllowToReportContinueAfterBreak()
264 Assert.Throws<Antmicro.Renode.Debugging.AssertionException>(() => in ShouldNotAllowToReportBreakAfterContinue()