VSoftTechnologies / DUnitX

Delphi Unit Test Framework
Apache License 2.0
381 stars 198 forks source link

TestCaseAttribute to support sets #341

Closed joerg-github closed 5 months ago

joerg-github commented 5 months ago

Fixes #340

luebbe commented 5 months ago

Looks good to me. Small typo in a test case description:

[TestCase('Set [teTwoteOne,teTwo,teThree]', '[teOne,teTwo,teThree]|7', '|')]

vincentparrett commented 5 months ago

Looks good thanks.