public void Retrieves_Ok() { ExceptionsHelper.Log(new Exception("UnitTest", new SqliteException("UnitTest", 1001)), null); Assert.NotEmpty(ExceptionsHelper.Retrieves()); var ex = new Exceptions() { Period = "1" }; Assert.Equal("1", ex.Period); }