Example #1
0
        public void Fabric_GetAllPoints()
        {
            var fabric = new Fabric("#1 @ 1,3: 4x4");

            var points = fabric.GetAllPoints().ToList();

            Assert.Equal(16, points.Count);
        }