barrio / learning-kotlin-by-testing-it

Learining kotlin by test driven development (TDD) with Spek testing framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

learning-kotlin-by-testing-it

This is about learning kotlin by treating this task as a TDD/BDD project (using Spek testing framework) in the following way:

  1. Read about a language feature
  2. Describe this feature in a concrete example using Spek's given, on and it descriptions
  3. Write a failing unit test for it
  4. Implement an example of the feature making the test pass
  5. Repeat these steps for all features to learn

Have fun! :)

About

Learining kotlin by test driven development (TDD) with Spek testing framework

License:MIT License


Languages

Language:Kotlin 100.0%