-
Couldn't load subscription status.
- Fork 287
Labels
Area: AssertionArea: MSTestIssues with MSTest that are not specific to more refined area (e.g. analyzers or assertions)Issues with MSTest that are not specific to more refined area (e.g. analyzers or assertions)
Milestone
Description
Summary
Assert.ContainsSingle should accept non-generic IEnumerable collections like ArrayList, Stacks e.t.c. just the way Assert.Contains and Assert.DoesNotContain accept non-generic collection overload.
Current Behaviour
Assert.ContainsSingle throws compile time error because it only accepts generic collections.

Metadata
Metadata
Assignees
Labels
Area: AssertionArea: MSTestIssues with MSTest that are not specific to more refined area (e.g. analyzers or assertions)Issues with MSTest that are not specific to more refined area (e.g. analyzers or assertions)