Which method should I use to assert that two lists contains the same objects with MSpec?
|
feedback
|
|
You could use the So if you have 2 lists,
| |||
feedback
|
|
If the order of the items in the list doesn't matter, you would use
If the order of the items matters, you can use
| |||
|
feedback
|