Ejemplo n.º 1
0
 public void TestMethod4()
 {
     Product max = new Product();
     Assert.AreEqual<double>(max.Pertinency(0.5d, 0.5d), ProductClone(0.5d, 0.5d));
 }