I am using https://spring.io/projects/spring-cloud-contract to generate jUnit5 integration tests from groovy files. It is not straight forward to generate annotations, such as @ExpectSelect automatically...
Is there a method that could be called programmatically instead of using annotation ? Something like QuickPerk.expectSelect(int expectedCount)...
Otherwise is there an exemple on how use QuickPerf with Spring Cloud Contracts ?
I am using https://spring.io/projects/spring-cloud-contract to generate jUnit5 integration tests from groovy files. It is not straight forward to generate annotations, such as @ExpectSelect automatically...
Is there a method that could be called programmatically instead of using annotation ? Something like QuickPerk.expectSelect(int expectedCount)...
Otherwise is there an exemple on how use QuickPerf with Spring Cloud Contracts ?