コード例 #1
0
 public void GetBillDemandValueTest()
 {
     BillDemandBusinessService target = new BillDemandBusinessService(); // TODO: Initialize to an appropriate value
     Guid billDemandUid = new Guid(); // TODO: Initialize to an appropriate value
     Decimal expected = new Decimal(); // TODO: Initialize to an appropriate value
     Decimal actual;
     actual = target.GetBillDemandValue(billDemandUid);
     Assert.AreEqual(expected, actual);
     Assert.Inconclusive("Verify the correctness of this test method.");
 }