diff --git a/rdd-technical-reference.md b/rdd-technical-reference.md index c10d5c5a0ebb78245296af8812da95809e052afb..e2a5920c6e100cea8328636958e2e91aa5dc6752 100644 --- a/rdd-technical-reference.md +++ b/rdd-technical-reference.md @@ -188,9 +188,7 @@ A bug tracking system is obligatory! Please use the respective bug tracking syst ## What is your test coverage? -We aim to have a test coverage of **100%** (except for getter and setter methods). -Whether you achive this by Test Driven Development (TDD) or not is specific to -your preferred way to work. +We aim to have a test coverage of **100%** (except for getter and setter methods). This is understood on a component level, which means that every method should have at least one test. Whether you achive this by Test Driven Development (TDD) or not is specific to your preferred way to work. Please keep in mind not only to write a test for each of your functions but also to consider all possible outcomes. It is e.g. not sufficient to test if a function