-
-
Notifications
You must be signed in to change notification settings - Fork 114
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Description
According to the documentation: assertion-groups.md, AssertionGroup should still be a thing. I happened to be running v1.12.65 and discovered that it was in fact not. As a matter of fact, the class seems to have been removed with #3324.
So the question then remains: has the logic instead been baked in and is therefore transparent as of the removal of AssertionGroups.cs, or is there equivalent functionality using some other part of the library that I've overlooked?
Expected Behavior
I expected AssertionGroup to exist according to the latest live documentation.
Actual Behavior
Instead, what happened was I could not use AssertionGroup.
Steps to Reproduce
- Use any version of TUnit after 1f0a3b66
- Try to access
AssertionGroup
TUnit Version
1.12.65
.NET Version
9.0.110
Operating System
Linux
IDE / Test Runner
JetBrains Rider
IDE-Specific Issue?
- I've confirmed this issue occurs when running via
dotnet testordotnet run, not just in my IDE
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working