Posts tagged with Unit Tests
-
Can you TDD in Scratch? Yes, you can!
Posted on Friday, 24th February 2017
One day, the crazy thought popped into my head: "Can you TDD in Scratch?". I did a brief Google, and couldn't find any examples of TDD in Scratch. So I decided to set out to figure out if it could be done...
Read post →
-
Parameterized JUnit4 Unit Tests in Kotlin
Posted on Saturday, 20th February 2016
Figuring out how to implement parameterized JUnit4 tests in Kotlin whilst doing the Roman Numerals TDD Kata.
Read post →