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

Tests: add tests for extension methods for CollectionBuilder{byte} structure #39

Merged
merged 3 commits into from
Dec 31, 2024

Conversation

YuHima03
Copy link
Owner

What I did

  • Add a testing method for CollectionBuilderExtensions.AppendLiteral(this CollectionBuilder<byte>, ReadOnlySpan<char>) method.
  • Fix a bug in CollectionBuilderExtensions.ToSystemString(this CollectionBuilder<byte>) method.

@YuHima03
Copy link
Owner Author

In this PR, all changes are made to CollectionBuilder<T> structure and CollectionBuilderExtensions class, and testing classes for those types.

Tests for those types were successful (with command below), so it is safe to merge this PR.

dotnet test --filter "CollectionBuilder"

@YuHima03 YuHima03 merged commit 50f1309 into dev/v1.0.0 Dec 31, 2024
1 check failed
@YuHima03 YuHima03 deleted the feat/collection-builder-extension branch December 31, 2024 11:32
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