Skip to content

Conversation

@ic0ns
Copy link
Contributor

@ic0ns ic0ns commented Mar 4, 2025

This commit adds unit tests for previously untested ByteArray modification classes:

  • ByteArrayDuplicateModification
  • ByteArrayShuffleModification
  • ByteArrayXorModification

The tests validate basic functionality including:

  • Normal operation
  • Edge cases (null, empty arrays)
  • Object creation and copying
  • Getter/setter methods
  • Equality and hash code
  • String representation

🤖 Generated with Claude Code
Co-Authored-By: Claude [email protected]

ic0ns and others added 4 commits March 4, 2025 16:06
This commit adds unit tests for previously untested ByteArray modification classes:
- ByteArrayDuplicateModification
- ByteArrayShuffleModification
- ByteArrayXorModification

The tests validate basic functionality including:
- Normal operation
- Edge cases (null, empty arrays)
- Object creation and copying
- Getter/setter methods
- Equality and hash code
- String representation

🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
@ic0ns ic0ns merged commit e1d8892 into main Mar 6, 2025
2 checks passed
@ic0ns ic0ns deleted the add-bytearray-modification-tests branch March 6, 2025 12:06
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.

2 participants