public void TestOverrideValue(decimal val, bool isDecimal) { input.OverrideValue(val); AssertValue(val.ToString(), val, isDecimal); }