Esempio n. 1
0
        public void IsGetAllowedBandAColorsReturningCorrectObject()
        {
            var resistor = new Resistor(colorCode.Object);

            Assert.AreSame(AllBandAColorCodes, resistor.GetAllowedBandAColors());
        }