public void ensureSameWidthsProducesSameToString() { ProductSlotWidths slotWidths = ProductSlotWidths.valueOf(4, 14, 8); ProductSlotWidths otherInstance = ProductSlotWidths.valueOf(4, 14, 8); Assert.Equal(slotWidths.ToString(), otherInstance.ToString()); }