Искусство Unit-тестирования: Сокращаем Arrange до Нуля

Unit-тесты очень важно и нужно писать, но вот незадача — на них никогда не хватает времени! Прочитав эту статью, вы узнаете абсолютно новый способ их написания, который сэкономит кучу времени и нервов. Эта статья будет полезна .NET разработчикам, которые когда-либо сталкивались с написанием unit тестов, а также тим и техлидам в поиске оптимальной практики для своей команды.

https://habr.com/ru/companies/ruvds/articles/894522/

#unit_tests #csharp #dotnet #autofixture #xunit #autodata #ruvds_статьи

Искусство Unit-тестирования: Сокращаем Arrange до Нуля

Unit-тесты очень важно и нужно писать, но вот незадача — на них никогда не хватает времени! Прочитав эту статью, вы узнаете абсолютно новый способ их написания, который сэкономит кучу времени и...

Хабр
https://github.com/robrich/net-testing-best-practices - I modified my #dotNET #Testing #BestPractices talk. It's still #NoSlides, #demos only. Now it uses #NSubstitute, #AutoFixture, and Shoudly. Can I present it at your conference or meetup?
https://github.com/robrich/net-testing-best-practices - I modified my #dotNET #Testing #BestPractices talk. It's still #NoSlides, #demos only. Now it uses #NSubstitute, #AutoFixture, and Shoudly. A great simplification and easy transition. Can I present it at your conference or meetup?
GitHub - robrich/net-testing-best-practices: .NET Testing Best Practices

.NET Testing Best Practices. Contribute to robrich/net-testing-best-practices development by creating an account on GitHub.

GitHub
🚀 Ready to master unit testing in .NET? Learn how to use #xUnit, #NSubstitute, and #AutoFixture in this step-by-step guide with HangfireDemoApi. From mocking to background tasks, we’ve got you covered!
Read more 👉 https://wp.me/p29SK-Wy
#UnitTesting #DotNet #developers
Advanced Unit Testing in .NET with xUnit, NSubstitute, and AutoFixture: A Deep Dive into my HangfireDemoApi

Introduction In a previous article, «How to Configure Hangfire in a .NET 8 API with Secure Dashboard Access and Job Prioritization», we explored how to set up Hangfire in a .NET 8 API, focusing on …

Juanlu, ElGuerre
Feature/xunit.v3 by evilbaschdi · Pull Request #1471 · AutoFixture/AutoFixture

Description Added support für xunit.v3 Closed issues Checklist Reviewed the contribution guidelines Linked the issue(s) the PR closes Implemented automated tests and checked coverage Provided...

GitHub
GitHub - evilbaschdi/AutoFixture at feature/xunit.v3

AutoFixture is an open source library for .NET designed to minimize the 'Arrange' phase of your unit tests in order to maximize maintainability. Its primary goal is to allow developers to f...

GitHub
@khalidabuhakmeh @simoncropp @bradwilson does someone want to migrate #AutoFixture? I tried my best but get stuck at f.e. "AutoDataAttribute" and all other classes inheriting DataAttribute.
"DataDiscoverer" seems to be completly gone? and I need help with the changes to GetData ...
@andrewlock @xunit
interessting! are there features, #AutoFixture does not have?