Esempio n. 1
0
        public void Matches(BlockShape blockShape, int actualBlockShape, bool expected)
        {
            var tile = new Tile();

            tile = SetBlockShape(tile, actualBlockShape);

            Assert.That(blockShape.Matches(tile), Is.EqualTo(expected));
        }