Goodbye NullReferenceExceptions
Für Abstürze von .NET Programmen sind oft NullReferenceExceptions verantwortlich. Dies ist sogar vielfach die häufigste Ursache. READ MORE
Für Abstürze von .NET Programmen sind oft NullReferenceExceptions verantwortlich. Dies ist sogar vielfach die häufigste Ursache. READ MORE
In this Noser blog post I’ll explain how to make unit/integration testing fun again with Fluent Syntax.
Learn how to write short, simple and maintainable automated software tests with the fluent interface/builder
pattern. I’m also mentioning some other best practices for writing tests (without Fluent Syntax).
See the .NET sample projects on my GitHub repo to see fluent syntax in action.