#testing
Read more stories on Hashnode
Articles with this tag
In the newer services at my client, AutoMapper is used to map DTO's to database objects and back. Because mocking a mapping isn't obvious, a lot of...
To create a report, I had to combine the contents of several PDFs into one. Thanks to iTextSharp, it's really easy. Then I had the problem, how do I...
While writing an XML parser I customised, my unit tests all failed with an error message along the lines of "Could not load file...
In my current job, I've heard dismissive talk about testing. Along the lines of "well, that's cute that you did that, now get back to work". Work...
After creating my blog posts on writing tests with xUnit in a TDD fashion, I remembered I had only briefly touched upon Traits and not at all how to...
A while ago, colleagues and I encountered strange behaviour on our Continuous Integration server: several tests were run twice. The problem was caused...