You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?
The text was updated successfully, but these errors were encountered:
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 ?
The text was updated successfully, but these errors were encountered: