Namespace: Blocks.Tests
Assembly: Blocks.Tests (in Blocks.Tests.dll) Version: 1.1.1.0 (1.1.1)
Assembly: Blocks.Tests (in Blocks.Tests.dll) Version: 1.1.1.0 (1.1.1)
Syntax
Examples
[Test, Ignore] public void AffixBlocksWhichFillTwoRows() { Assert.AreEqual(0, AffixBlocks(grid, new[] { new Vector2D(0, 17), new Vector2D(4, 17), new Vector2D(7, 17), new Vector2D(0, 18), new Vector2D(4, 18), new Vector2D(7, 18) })); //using (NUnit.Framework.Randomizer.Use(new FixedRandom(IBlock))) //{ Assert.AreEqual(2, grid.AffixBlock(new Block(displayMode, content, new Vector2D(11, 15)))); Assert.AreEqual(2, ControllerTests.CountBricks(grid)); Assert.IsNotNull(grid.bricks[11, 17]); Assert.IsNotNull(grid.bricks[11, 18]); //}
See Also