public void BidMap_Count() { var obj = new Map1(); int year = obj.AddNewCells(2019); Assert.AreEqual(year, 2019); }