Esempio n. 1
0
 public void MBTest()
 {
     BOLL target = new BOLL(); // TODO: Initialize to an appropriate value
     double actual;
     actual = target.MB;
     Assert.Inconclusive("Verify the correctness of this test method.");
 }
Esempio n. 2
0
 public void DNTest()
 {
     BOLL target = new BOLL(ma, 0.97);
     double actual;
     actual = target.DN;
     Assert.AreEqual(17.52, Math.Round(actual, 2));
 }