예제 #1
0
		public void LongitudIbanCorrecto()
		{
			_iban.IBN = V;
			int LongitudMax = 24;

			Assert.AreEqual(LongitudMax, _iban.GetLength());
		}