Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

Add assertions to compare a table with another or a request to another

Open
#35 2 comments 3 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
5/5
Estimated time
Over a week
Newbie friendliness
30/100
Issue type
Feature
Clarity
Needs clarification
Activity status
Stale
Tech stack
java
Domain
database

Research direction

No implementation files, tests, or entry points are named. Start by locating the existing table and request assertion APIs and their tests, then clarify whether comparison should support table-to-table, request-to-request, or both; done means the intended comparisons have assertions and focused tests.

Written by the indexing model from the issue text.

Description

enhancement

The idea is to have an assertion like :

assertThat(table).isEqualTo(anotherTable);

Dominant language
Java
Stars
130
Forks
21
PR merge metrics
No merged PRs in 30d

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from assertj/assertj-db

All issues in assertj/assertj-db

Similar issues

More Java issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.