Skip to content

test: consolidate frame garbage rejection checks#62

Open
DragonFSKY wants to merge 1 commit into
dfa1:mainfrom
DragonFSKY:test/consolidate-frame-garbage-checks
Open

test: consolidate frame garbage rejection checks#62
DragonFSKY wants to merge 1 commit into
dfa1:mainfrom
DragonFSKY:test/consolidate-frame-garbage-checks

Conversation

@DragonFSKY

@DragonFSKY DragonFSKY commented Jun 28, 2026

Copy link
Copy Markdown

Summary

Fixes #53.

This consolidates the duplicated frame garbage rejection assertions in ZstdFrameTest while keeping isZstdFrame on its non-throwing false path. The exception cases still capture the operation as a ThrowingCallable result before asserting through the shared helper.

Tests

  • ./mvnw -pl zstd test

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.

Consolidate the duplicated rejectsGarbage() tests in ZstdFrameTest

1 participant