codecop / Unit-Testing-Koans

Testing Koans to understand how to write unit tests with different frameworks.

Home Page:https://blog.code-cop.org/2018/06/xunit-testing-koans-reloaded.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unit Testing-Koans

The sub folders contain Testing Koans to understand how to write unit tests with different frameworks.

Assignment

  • Run tests according the testing tool.
  • You should see some test failures and errors (but there are no assertions).
  • Go through the test code starting from Session 1:
    • All assertions are commented and incomplete.
    • Uncomment the assertions and complete them making the tests pass.
    • You can run individual sessions according the testing tool.

License

New BSD License, see license.txt in repository.

About

Testing Koans to understand how to write unit tests with different frameworks.

https://blog.code-cop.org/2018/06/xunit-testing-koans-reloaded.html

License:Other


Languages

Language:Java 41.7%Language:C# 16.8%Language:Ruby 13.7%Language:Python 13.3%Language:PHP 12.0%Language:Batchfile 1.5%Language:Shell 1.1%