@ExpectMaxSelectedColumn - quick-perf/doc GitHub Wiki
With this annotation, the test will fail if the number of returned columns is greater than expected.
💡 Why limit the number of selected columns?
:wrench: Elements
Name | Type | Meaning | Default value |
---|---|---|---|
value | int | Maximum number of returned columns | 0 |
:mag_right: Example
@ExpectMaxSelectedColumn(5)