Skip to content

Add comprehensive unit tests for endian converters#19

Merged
DomCR merged 3 commits intomasterfrom
cleanup
Feb 28, 2026
Merged

Add comprehensive unit tests for endian converters#19
DomCR merged 3 commits intomasterfrom
cleanup

Conversation

@DomCR
Copy link
Owner

@DomCR DomCR commented Feb 28, 2026

Introduce new test classes for BigEndianConverter and LittleEndianConverter, including a shared base test suite for round-trip conversions, boundary values, and offset-based reads. Add cross-endian tests to verify byte order and compatibility. Improves test coverage and reliability for all supported primitive types. No changes to library code.

Introduce new test classes for BigEndianConverter and LittleEndianConverter, including a shared base test suite for round-trip conversions, boundary values, and offset-based reads. Add cross-endian tests to verify byte order and compatibility. Improves test coverage and reliability for all supported primitive types. No changes to library code.
Added ForEach<T> extension method for IEnumerable<T> to apply an action to each element. Enhanced XML documentation for RemoveLastEquals<T> to clarify its behavior and usage. Updated using directives to include System and System.Linq.
@DomCR DomCR merged commit ebb05a2 into master Feb 28, 2026
2 checks passed
@DomCR DomCR deleted the cleanup branch February 28, 2026 12:04
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