UnitTestEx icon indicating copy to clipboard operation
UnitTestEx copied to clipboard

UnitTestEx provides .NET testing extensions to the most popular testing frameworks (MSTest, NUnit and Xunit) specifically to improve the testing experience with ASP.NET controller, and Azure Function,...

Results 5 UnitTestEx issues
Sort by recently updated
recently updated
newest added

# HttpTriggerTester Expression Tree Limitations ## Background In my tests project, I have created an extension method using reflection to automatically get the route of my HTTP-Triggered-Functions with that method....

question

Hi, Does this package support durable functions? I'm finding it difficult to figure out how to pass objects such as a DurableTaskClient into my functions. I want to pass the...

Any plans to add support for XUnit v3?

https://learn.microsoft.com/en-us/azure/azure-functions/dotnet-isolated-process-guide?tabs=hostbuilder%2Cwindows#version-2x Basically IHostApplicationBuilder instead of IHostBuilder is what v2 does. Any plans for supporting this new model?

enhancement