Example #1
0
        public void TestHand()
        {
            double expected = 197.69;
            double actual   = SC.GetAllowedVelocity(BodyPart.Hands, 1600, 1);

            Assert.AreEqual(expected, actual, 0.01, ERROR_MESSAGE);
        }