feat: add jqwik property-based coverage for trie and patch invariants
test: add property-based tests for FrequencyTrie determinism across repeated compilation test: verify semantic alignment of get(), getAll(), and getEntries() test: verify binary serialization and compressed persistence round-trip stability test: verify builder reconstruction preserves observable trie behavior test: add property-based tests for PatchCommandEncoder encode/apply round-trip and determinism test: add generated stemmer-trie properties ensuring returned patches reconstruct only acceptable stems test: introduce bounded reusable jqwik generators and scenario builders for maintainable property coverage build: add jqwik to test dependencies and integrate it with the existing JUnit Platform setup test: replace Jupiter display and tag annotations in jqwik suites with jqwik-native metadata to remove discovery warnings
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -90,6 +90,9 @@ local.properties
|
||||
# PMD plugin conf
|
||||
.pmd
|
||||
|
||||
# jqwik local db
|
||||
.jqwik-database
|
||||
|
||||
##---------------------------------------------------------------------------------------- Gradle
|
||||
.gradle
|
||||
**/build/
|
||||
|
||||
Reference in New Issue
Block a user