Exemplo n.º 1
0
        public void testWithActualPartA()
        {
            var sot    = new DayEight();
            var result = sot.CountNumberOfLitPixels();

            Assert.Equal(116, result);

            sot.PrintScreen(sot.partAScreen);
            // Result of the print screen was = UPOJFLBCEZ
            // Had to copy into a text editor to zoom and see better
        }