コード例 #1
0
 public void UpdateBillDemandStateTest()
 {
     BillDemandBusinessService target = new BillDemandBusinessService(); // TODO: Initialize to an appropriate value
     WorkflowState state = null; // TODO: Initialize to an appropriate value
     Guid billDemandUid = new Guid(); // TODO: Initialize to an appropriate value
     target.UpdateBillDemandState(state, billDemandUid);
     Assert.Inconclusive("A method that does not return a value cannot be verified.");
 }