public void ShouldEnableToggleMidnightMadnessMode() { TestContext.WriteLine("should enable toggleMidnightMadnessMode"); cpuBoard.start(); cpuBoard.toggleMidnightMadnessMode(); var state = cpuBoard.getState(); var result = state.asic?.wpc.time; Assert.That(result, Does.Match("MM!$")); }
public void toggleMidnightMadnessMode() { cpuBoard.toggleMidnightMadnessMode(); }