Skip to main content

Home/ Little Architecture Huddle/ Group items tagged tdd

Rss Feed Group items tagged

Jacques Bosch

Fluent Assertions - 0 views

  •  
    "Fluent Assertions is a set of .NET extension methods that allow you to more naturally specify the expected outcome of a TDD or BDD-style test. We currently use it in all our internal and client projects, and it is used in many open-source projects."
Jacques Bosch

TestCoverage - 0 views

  •  
    "From time to time I hear people asking what value of test coverage (also called code coverage) they should aim for, or stating their coverage levels with pride. Such statements miss the point. Test coverage is a useful tool for finding untested parts of a codebase. Test coverage is of little use as a numeric statement of how good your tests are."
Jacques Bosch

Non-trivial and real-world feedbacks on writing Unit-Tests | Patrick Smacchia - 0 views

  •  
    "I began writing tests around 8 years ago and I must say this revolutionized my way of developing code. In this blog post, I'd like to group and share several non-trivial feedbacks gained over all these years of practicing real-world testing."
Jacques Bosch

Approval testing - value for the money - Krzysztof Kozmic - Devlicio.us - Just the Tast... - 0 views

  •  
    "I am a believer in the value of testing. However not all tests are equal, and actually not all tests provide value at all. Raise your hand if you've ever seen (unit) tests that tested every corner case of trivial piece of code that's used once in a blue moon in an obscure part of the system. Raise your other hand if that test code was not written by human but generated."
Jacques Bosch

An Introduction to Mocking (Now that we are SOLID) - 0 views

  •  
    "How does mocking benefit me? That's a question I hear a lot as I travel around the world giving talks. So before we dive into how to use a mocking tool like JustMock Free Edition, let's discuss why this is important and the benefit that mocking provides over other techniques like Fakes and Stubs."
1 - 5 of 5
Showing 20 items per page