Searched refs:globalCallbacks (Results 1 – 1 of 1) sorted by relevance
284 Assert.AreEqual(0, globalCallbacks); in ShouldCallGlobalReadHandler()286 Assert.AreEqual(1, globalCallbacks); in ShouldCallGlobalReadHandler()295 Assert.AreEqual(0, globalCallbacks); in ShouldCallGlobalWriteAndChangeHandler()298 Assert.AreEqual(2, globalCallbacks); in ShouldCallGlobalWriteAndChangeHandler()379 globalCallbacks = 0; in SetUp()392 globalCallbacks++; in GlobalCallback()504 private int globalCallbacks; field in Antmicro.Renode.UnitTests.RegistersTests