#191 very very annoying, it makes impossible to make test cases readable and comparable between each others.
Please add a possibility to add spaces into the argument's list between values!
Add an argument ATrimValues: Boolean = False to the constructor DUnitX.Attributes.TestCaseAttribute.Create.
For backward compatibility I suggest to make it off by default, so we will need write a , True for every single mention of [TestCase()] declaration, but it is the lesser of the evils.
#191 very very annoying, it makes impossible to make test cases readable and comparable between each others.
Please add a possibility to add spaces into the argument's list between values!
Add an argument
ATrimValues: Boolean = Falseto the constructorDUnitX.Attributes.TestCaseAttribute.Create.For backward compatibility I suggest to make it off by default, so we will need write a
, Truefor every single mention of[TestCase()]declaration, but it is the lesser of the evils.