Beispiel #1
0
        public void IsGetAllowedBandBColorsReturningCorrectObject()
        {
            var resistor = new Resistor(colorCode.Object);

            Assert.AreSame(AllBandBColorCodes, resistor.GetAllowedBandBColors());
        }