public void Test_Of_Log(int id) { _uut.ClearLog(); _uut.LogDoorLocked(id); _uut.ReadFromLog(); Assert.That(_uut.logLine, Is.EqualTo(_uut.msg)); }