Ejemplo n.º 1
0
        public void TestGetModelYearYyyy()
        {
            var testVinValue = "3N1CN7AP0GL861987";

            var testSubject = new Vin {
                Value = testVinValue
            };

            var testResult = testSubject.GetModelYearYyyy();

            Assert.AreEqual(2016, testResult);
        }