예제 #1
0
        public void PaintForRingRadiusTwo()
        {
            Paint paint = new Paint();

            Assert.AreEqual(5, paint.PaintFor(2));
        }
예제 #2
0
        public void PaintForRingRadiusOne()
        {
            Paint paint = new Paint();

            Assert.AreEqual(3, paint.PaintFor(1));
        }