Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add coverage test for TableGrepFilter #1651

Merged
merged 3 commits into from
Aug 11, 2024
Merged

Conversation

sualeh
Copy link
Collaborator

@sualeh sualeh commented Aug 10, 2024

Add a new test class TableGrepFilterTest to cover TableGrepFilter.

  • Use JUnit 5 and Hamcrest matchers for assertions.
  • Cover various scenarios for the test method in TableGrepFilter, including:
    • Matching and non-matching cases
    • Cases with and without invert match
    • Column and definition inclusion rules
  • Ensure the new test class compiles and runs in Java 8.

For more details, open the Copilot Workspace session.

Add a new test class `TableGrepFilterTest` to cover `TableGrepFilter`.

* Use JUnit 5 and Hamcrest matchers for assertions.
* Cover various scenarios for the `test` method in `TableGrepFilter`, including:
  - Matching and non-matching cases
  - Cases with and without invert match
  - Column and definition inclusion rules
* Ensure the new test class compiles and runs in Java 8.

---

For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/schemacrawler/SchemaCrawler?shareId=XXXX-XXXX-XXXX-XXXX).
@sualeh sualeh requested a review from schemacrawler as a code owner August 10, 2024 18:00
@sualeh sualeh merged commit 846a9db into main Aug 11, 2024
44 checks passed
@sualeh sualeh deleted the sualeh/add-tablegrepfilter-test branch August 11, 2024 16:23
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.

1 participant