Exemplo n.º 1
0
 public static bool DoesNotContain(this IEnumerable <PinColor> collection, PinColor pin)
 {
     return(!collection.Contains(pin));
 }
Exemplo n.º 2
0
        public void ConvertRedAsTextToRedAsPinColor(string textAsColor, PinColor expectedPinColor)
        {
            var sut = new TextToPinColorConverter();

            Assert.Equal(expectedPinColor, sut.Convert(textAsColor));
        }
Exemplo n.º 3
0
 public static void Postfix()
 => PinColor.UpdatePinsColor();