Category Archives: Testing


Writing fluent style tests in C#

Increase your test productivity with fluent style tests.

There are probably as many test styles as there are developers. And while diversity is a good thing, you most likely want your tests to have a consistent style.

Fluent style tests are ideal for creating structured, readable, and maintainable unit tests. This blog post will cover the implementation details.  

Read More →

Better test productivity with fluent style tests

Increase your test productivity with fluent style tests.

Within this blog post, I would like to show how fluent style tests can simplify and speed up test creation, increase code reuse, and improves readability.

Read More →