public void SaveTest() { BLLEarnWayAmount target = new BLLEarnWayAmount(); // TODO: 初始化为适当的值 EarnWayAmount earnwayamount = null; // TODO: 初始化为适当的值 target.Save(earnwayamount); Assert.Inconclusive("无法验证不返回值的方法。"); }
public void GetListTest() { BLLEarnWayAmount target = new BLLEarnWayAmount(); // TODO: 初始化为适当的值 IList<EarnWayAmount> expected = null; // TODO: 初始化为适当的值 IList<EarnWayAmount> actual; actual = target.GetList(); Assert.AreEqual(expected, actual); Assert.Inconclusive("验证此测试方法的正确性。"); }
public void BLLEarnWayAmountConstructorTest() { BLLEarnWayAmount target = new BLLEarnWayAmount(); Assert.Inconclusive("TODO: 实现用来验证目标的代码"); }