Unit testing
-
.NET
VS2015 Update 1 brings (back) parallel test execution
Yesterday I’ve installed the new VS2015 update and tried to make my machine talk to my win10 (IoT core) Raspberry…
Read More » -
Software Development
Creating a Unit Testing Strategy – Part V
This is the 5th and final part of the series about analyzing what we’re coding, and therefore what to test.…
Read More » -
.NET
Using a SynchronizationContext in unit tests
We’ve started to use the Progress<T> class in our async application. However our tests started to fail because of that…
Read More » -
Software Development
Creating a Unit Testing Strategy – Part IV
This is the 4th part of the series about analyzing our code and deciding what to test. Last time, we talked…
Read More » -
Software Development
Creating a Unit Testing Strategy – Part III
This is the 3rd part of the series about analyzing what we’re coding, and therefore what to test. Last time,…
Read More » -
Software Development
Creating a Unit Testing Strategy – Part II
This is the 2nd part of the series about analyzing what we’re coding, and therefore what to test. Last time,…
Read More » -
Software Development
Creating a Unit Testing Strategy – Part I
This series of posts describes the process I use to decide which tests to write, and how to write them…
Read More » -
.NET
Automocking fields using NUnit
From time to time I get to teach and mentor Java developers on the fine art of unit testing. There…
Read More » -
.NET
ASP.NET Web API Unit Testing
Unit testing can be beneficial to many aspects in software develepment, from the lowest level that is the source code…
Read More » -
.NET
Should I create an interface for my entity (i.e. an User object)?
I got the question above in my ADO.NET done right article. I hope that my answer can help others and…
Read More »
- 1
- 2