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
Hi,
I have a quarkus project with complex data structures and business logic. It runs fine enough but coming up with test scenarios just isn't fun as a mere human being.
I therefore want to add property-based testing.
My first idea was to use jqwik, however jqwik runs on a different test engine and I have failed to write an own extension for Quarkus for lack of understanding the Quarkus test engine. Same problem with junit-quickcheck.
My question:
Is there property-based testing support available for Quarkus (any)?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I have a quarkus project with complex data structures and business logic. It runs fine enough but coming up with test scenarios just isn't fun as a mere human being.
I therefore want to add property-based testing.
My first idea was to use jqwik, however jqwik runs on a different test engine and I have failed to write an own extension for Quarkus for lack of understanding the Quarkus test engine. Same problem with junit-quickcheck.
My question:
Is there property-based testing support available for Quarkus (any)?
Beta Was this translation helpful? Give feedback.
All reactions