Commit 7d1387f
Add missing IReadOnlySet<T>? nullability tests
Added 3 tests for IReadOnlySet<T>? to complete the test coverage
for all nullable collection types supported by Assert.That().
Tests are conditionally compiled for .NET 5.0+ where IReadOnlySet<T>
is available.
Co-authored-by: thomhurst <30480171+thomhurst@users.noreply.github.com>1 parent b820e3e commit 7d1387f
1 file changed
+28
-0
lines changedLines changed: 28 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
215 | 215 | | |
216 | 216 | | |
217 | 217 | | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
218 | 246 | | |
219 | 247 | | |
220 | 248 | | |
| |||
0 commit comments