public void IsGetAllowedBandAColorsReturningCorrectObject() { var resistor = new Resistor(colorCode.Object); Assert.AreSame(AllBandAColorCodes, resistor.GetAllowedBandAColors()); }