Пример #1
0
        public void YZCreationTest(
            [ValueSource("s_AllPoints")] TestHexPoint hexPoint)
        {
            // Arrange
            var point = HexPoint.FromYZ(hexPoint.y, hexPoint.z);

            // Assert
            Assert.AreEqual(hexPoint.x, point.x);
        }