arcus-azure / arcus.testing

Reusable testing components used during Arcus testing.
https://testing.arcus-azure.net/
MIT License
5 stars 2 forks source link

feat: Add support to ignore column via index when CSV Headers are missing #161

Closed ClementVaillantCodit closed 2 months ago

ClementVaillantCodit commented 2 months ago

Added option IgnoreColumnIndex(int index) that allows to ignore a column via its index. Useful when headers are missing and we still want to ignore a column.

Added a validation to make sure that validation fails when opt.ColumnOrder is set to AssertCsvOrder.Ignore and it is used together with IgnoreColumnIndex(int index).

Closes #155

netlify[bot] commented 2 months ago

Deploy Preview for arcus-testing canceled.

Name Link
Latest commit d8ba498dbe3713076b91ae7d109f96a543a76a49
Latest deploy log https://app.netlify.com/sites/arcus-testing/deploys/6691248cfd5b5d0008c548e4
ClementVaillantCodit commented 2 months ago

@stijnmoreels any additional tests you can think about for this?

stijnmoreels commented 2 months ago

/azp run CI - Arcus.Testing

azure-pipelines[bot] commented 2 months ago
Azure Pipelines successfully started running 1 pipeline(s).