public void AddLogTest() { aLog.Id = logger.Log(aLog.LogType, aLog.Message, aLog.Username, aLog.Date); Assert.IsTrue(logger.Exists(aLog.Id)); }