Exemplo n.º 1
0
        public void BlackGetLayoutTest()
        {
            var blackStartingLayout = new BlackStartingLayout();
            var layout = blackStartingLayout.GetLayout();

            Assert.AreEqual(16, layout.Count);
        }
Exemplo n.º 2
0
        public void CreateBlackStartingLayout()
        {
            var blackStartingLayout = new BlackStartingLayout();

            Assert.IsNotNull(blackStartingLayout);
        }