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 Support unit tests for CollectionExtensions #1115

Closed
1 task done
Tracked by #920
paulirwin opened this issue Jan 21, 2025 · 0 comments · Fixed by #1122
Closed
1 task done
Tracked by #920

Add Support unit tests for CollectionExtensions #1115

paulirwin opened this issue Jan 21, 2025 · 0 comments · Fixed by #1122
Assignees
Labels
is:task A chore to be done

Comments

@paulirwin
Copy link
Contributor

Is there an existing issue for this?

  • I have searched the existing issues

Task description

From #920: We can base the tests off of Apache Harmony tests,, but we will need to check ISet<T>, JCG.List<T>, SCG.List<T> and a collection that does not implement ISet<T> or IList<T> (the slow path). All should produce the same result.

@paulirwin paulirwin added the is:task A chore to be done label Jan 21, 2025
@paulirwin paulirwin self-assigned this Jan 23, 2025
paulirwin added a commit to paulirwin/lucene.net that referenced this issue Jan 23, 2025
paulirwin added a commit that referenced this issue Jan 28, 2025
* Add unit tests for CollectionExtensions, #1115

* Add empty tests and assert result

* Add unretained/unremoved elements to tests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
is:task A chore to be done
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant