Exemplo n.º 1
0
        public void Test_RotateFrontFaceClockwise_DoesNotThrowAnException()
        {
            // Act
            RubixCube target = new RubixCube();

            target.RotateFrontFaceClockwise();
        }