public void MassToleranceConstructorDaValue() { var tol = new Tolerance(ToleranceUnit.DA, 10); Assert.AreEqual(10, tol.Value); }