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 tests for ProperContains and ProperIn #40

Closed
wants to merge 1 commit into from
Closed

Add tests for ProperContains and ProperIn #40

wants to merge 1 commit into from

Conversation

antvaset
Copy link
Contributor

Adding more tests for ProperContains and ProperIn operators to cover more edge cases for the list overload.

Adjusting 4 existing tests to make it clear and make sure that ProperContainsNullRightFalse and ProperContainsNullRightTrue compile to ProperContains(List<T>, T) and that ProperInNullRightFalse and ProperInNullRightTrue compile to ProperIn(T, List<T>), matching the test name/group. Without null as String, the args could be resolved as List<T>, List<T> and compile to ProperIncludes(List<T>, List<T>) and ProperIncludedIn(List<T>, List<T>).

@antvaset antvaset closed this by deleting the head repository Aug 1, 2024
@antvaset
Copy link
Contributor Author

This PR cannot be reopened, so I had to create a new one - see #48.

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