TUnit
TUnit copied to clipboard
A modern, fast and flexible .NET testing framework
## JetBrains Rider About ``` JetBrains Rider 2024.2.5 Build #RD-242.22855.90, built on September 19, 2024 Licensed to Subscription is active until . Runtime version: 21.0.3+13-b509.15 aarch64 (JCEF 122.1.9) VM: OpenJDK...
Design which requires assert to be awaitable, make migration from XUnit or MSUnit or NUnit painful. 1. All tests now have to be `async Task` which is.. you know... lot...
I'm using the version 0.1.790, which only contains the single `Assert.Multiple()` overload that can be used as a scope without writing all the assertion logic inside a lambda expression passed...
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Open These updates have all been created already. Click a checkbox below to...
F# support
Project description states that this is a > .NET testing framework But .NET != C# Are there any plans to support F# projects?
Hi, How to inject logging into tests? or write to output window or any output sink?
You have a very pretty testing lib here. But PLEASE use FluentAssertions.
The example use case here would be a class library that sets up things for multiple test projects in a consistent way so that those test projects can reference this...