Currently we cannot use decimal values in the DataRow attribute. [DataRow(1.4m, 2.7m)] The solution suggested in Stackoverflow is to pass it as a string and Convert ...