示例#1
0
 public void BreakList_GetRequestedUnitPrice()
 {
     Assert.AreEqual(0D, testTarget.GetCurrentReqestedUnitPrice(), DBL_PRECISION);
 }
示例#2
0
        public void UnitializedBreakList_GetRequestedUnitPrice()
        {
            var tmp = new BaseOrderable();

            Assert.AreEqual(0D, tmp.GetCurrentReqestedUnitPrice(), DBL_PRECISION);
        }