issues Search Results · repo:thomhurst/TUnit language:C#
Filter by
368 results
(48 ms)368 results
inthomhurst/TUnit (press backspace or delete to remove)Example test
internal class FooTests
{
[Test]
[MatrixDataSource]
public async Task MatrixTest_One([Matrix(double.NaN, double.PositiveInfinity, double.NegativeInfinity)] double d)
{
...
andrewimcclement
- 2
- Opened 15 hours ago
- #2085
How to reproduce:
// [Arguments(byte.MaxValue)] // uncomment to reproduce byte error case
// [Arguments(short.MaxValue)] // uncomment to reproduce int16 error case
[Test]
[Arguments(0)] ...
quellatalo
- 1
- Opened 16 hours ago
- #2083
First of all, thanks for this package, looks very promising!
Problem
I want to test my ASP.NET Core application using WebApplicationFactory, similar to this example:
https://thomhurst.github.io/TUnit/docs/examples/aspnet ...
BramMusters
- 3
- Opened yesterday
- #2075
In version 0.14.13 the ITestStartEventReceiver stopped working for me.
public sealed class ServerFixture : ITestEndEventReceiver, ITestStartEventReceiver, IAsyncInitializer, IAsyncDisposable
{
ValueTask ...
ShawnTheBeachy
- 3
- Opened 2 days ago
- #2067
When I decorate a test class with ClassDataSource, Rider does not recognize it as a test class. However, it is detected
correctly in the test explorer.
Decorate the test class
Image
However If I decorate ...
theofilis
- 1
- Opened 4 days ago
- #2039
I m loving tUnit so far, and would love to start integrating generative testing into some of my projects. An example
project for this sort of thing is FsCheck. In order to do this we d need some way to ...
halgari
- 2
- Opened 6 days ago
- #2023
In versions 0.14.x and later of TUnit, the functionality of MatrixAttribute.Excluding is not working as expected.
Specifically, values that should be excluded are still being generated and included in ...
samtrion
- 1
- Opened 6 days ago
- #2019
Hi, I started experiencing this issue randomly a few versions ago. I ve updated to the current version, but it s still
happening. I can t pinpoint the cause because I can t reproduce it consistently. Usually, ...
need-user-feedback
question
koddek
- 3
- Opened 8 days ago
- #2010
thomhurst
- Opened 8 days ago
- #2003
Example:
internal class FooTests
{
[Test]
public async Task Basic()
{
var foo = await Assert.That(ThrowException).ThrowsException();
await Assert.That(foo)
...
andrewimcclement
- Opened 9 days ago
- #1997

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.