Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion tests/dotnet-test/migrate-mstest-v1v2-to-v3/eval.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,12 @@ scenarios:
pattern: "(2\\.2\\.10|v2|version 2)"
- type: "output_matches"
pattern: "(3\\.[0-9]+|v3|version 3)"
- type: "output_matches"
pattern: "(Assert\\.(AreEqual|AreSame)(<[^>]+>)?|object overload|overload removal|remove[ds]? the object overload|generic type parameter[s]?)"
Comment thread
Evangelink marked this conversation as resolved.
Outdated
rubric:
- "Identifies the project as MSTest v2 from the 2.2.10 package versions"
- "Recommends updating MSTest packages to 3.x or switching to the MSTest metapackage"
- "Warns about Assert.AreEqual/AreNotEqual object overload removal"
- "Warns about the Assert.AreEqual/AreSame object overload removal visible in UserServiceTests.cs"
- "Mentions DataRow constructor changes and strict type matching"
- "Mentions timeout behavior unification across .NET Core and .NET Framework"
timeout: 240
Expand Down
Loading