Example #1
0
 public void DecimalConstructorTest()
 {
     System.Decimal value = new System.Decimal(); // TODO: Initialize to an appropriate value
     ConstantTypes.Decimal target = new ConstantTypes.Decimal(value);
     Assert.Inconclusive("TODO: Implement code to verify target");
 }
Example #2
0
 public void MoneyConstructorTest()
 {
     ConstantTypes.Decimal value = new ConstantTypes.Decimal(100.00M); // TODO: Initialize to an appropriate value
     //Money_Accessor target = new Money_Accessor(100.00M);
     Assert.Inconclusive("TODO: Implement code to verify target");
 }