|
You are here |
dontcodetired.com | ||
| | | | |
bartwullems.blogspot.com
|
|
| | | | | When writing my unit tests I typically use the AAA(Arrange-Act-Assert) pattern. This pattern splits a test in 3 sections: The Arrange s... | |
| | | | |
github.com
|
|
| | | | | 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 focus on what is being tested rather than how to setup the test scenario, by making it easier to create object graphs containing test data. - AutoFixture/AutoFixture | |
| | | | |
www.claudiobernasconi.ch
|
|
| | | | | This article features 13 C# NuGet packages that I think every .NET developer should know from logging, to dependency injection and much more! | |
| | | | |
unencumberedbyfacts.com
|
|
| | | You can find countless blog posts by software people claiming that writing code is a craft, science, or art. You can find an equivalent number of posts stating it is not a craft, science, nor art. Some like to split hairs and claim our titles define us: coder vs programmer vs engineer vs developer. The... | ||