Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Tests/UnitTests/
DRegistersTests.cs249 Assert.IsTrue(oldBoolValue == newBoolValue); in ShouldCallReadHandler()
274 Assert.IsTrue(oldBoolValue == newBoolValue); in ShouldCallWriteAndChangeHandler()
381 newBoolValue = false; in SetUp()
408 newBoolValue = newValue; in BoolCallback()
509 private bool newBoolValue; field in Antmicro.Renode.UnitTests.RegistersTests