@ExpectMaxUpdatedColumn - jeanbisutti/quick-perf-doc-1.1 GitHub Wiki

With this annotation, the test will fail if the number of updated columns is greater than expected.

See also the ExpectUpdatedColumn annotation.

:wrench: Elements

Name Type Meaning Default value
value int Maximum number of updated columns 0

:mag_right: Example

    @ExpectMaxUpdatedColumn(5)