Skip to content

test(core): cover EntityKey contracts#29

Merged
philipgreat merged 1 commit into
mainfrom
issue/19-entity-key-contracts
Jul 17, 2026
Merged

test(core): cover EntityKey contracts#29
philipgreat merged 1 commit into
mainfrom
issue/19-entity-key-contracts

Conversation

@philipgreat

Copy link
Copy Markdown
Contributor

Fixes #19

Summary

  • cover equality and hash-code consistency
  • cover ordering by entity type and ID, including null IDs
  • cover null entity validation and stable string rendering

Verification

  • mvn -pl teaql-core -am -Dtest=EntityKeyTest -Dsurefire.failIfNoSpecifiedTests=false test
  • mvn -B install
  • git diff --check

@philipgreat
philipgreat merged commit 67690ff into main Jul 17, 2026
1 check passed
@philipgreat
philipgreat deleted the issue/19-entity-key-contracts branch July 17, 2026 04:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

test(core): cover EntityKey equality, hashing, ordering, and string representation

1 participant