You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#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.
The text was updated successfully, but these errors were encountered:
#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 constructorDUnitX.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.The text was updated successfully, but these errors were encountered: