Fizzbuzz
Connection
- a static method
- pure function
- method that modifies object state
- method that modifies its parametersConcepts
Bust the TDD myths
2 TDD schools
Concrete Practice

1) Identify your Test Cases

How would you name your first test ?
How to name Good Unit Tests ? (GUTs)
How to name our Unit TestsFizzbuzz Test cases :
2) Once identified the 5 Test Cases, write the code
3) A little bit to easy ?
Reflect
Conclusion
Last updated