fluentassertions / fluentassertions/fluentassertions.analyzers
xunit: define codefixes for SetAsserts
- Dominant language
- C#
- Stars
- 131
- Forks
- 25
- PR merge metrics
- No merged PRs in 30d
Description
The asserts defined in https://github.com/xunit/assert.xunit/blob/main/SetAsserts.cs
- [x] Contains(T expected, ISet set) #234
- [x] Contains(T expected, IReadOnlySet set) #234
- [x] Contains(T expected, HashSet set) #234
- [x] Contains(T expected, ImmutableHashSet set) #234
- [x] DoesNotContains(T expected, ISet set) #235
- [x] DoesNotContains(T expected, IReadOnlySet set) #235
- [x] DoesNotContains(T expected, HashSet set) #235
- [x] DoesNotContains(T expected, ImmutableHashSet set) #235
- [ ] ProperSubset(ISet expectedSubset, ISet? actual)
- [ ] ProperSuperset(ISet expectedSubset, ISet? actual)
- [x] Subset(ISet expectedSubset, ISet? actual) #236
- [ ] Superset(ISet expectedSubset, ISet? actual)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.