Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codecop/unit-testing-koans
Testing Koans to understand how to write unit tests with different frameworks.
https://github.com/codecop/unit-testing-koans
exercise koan koans testing-framework testing-koans unit-testing
Last synced: about 3 hours ago
JSON representation
Testing Koans to understand how to write unit tests with different frameworks.
- Host: GitHub
- URL: https://github.com/codecop/unit-testing-koans
- Owner: codecop
- License: other
- Created: 2019-12-13T23:02:07.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-01-11T06:53:19.000Z (almost 3 years ago)
- Last Synced: 2024-07-30T19:22:30.964Z (3 months ago)
- Topics: exercise, koan, koans, testing-framework, testing-koans, unit-testing
- Language: Java
- Homepage: https://blog.code-cop.org/2018/06/xunit-testing-koans-reloaded.html
- Size: 471 KB
- Stars: 8
- Watchers: 4
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license.txt
Awesome Lists containing this project
README
# Unit Testing-Koans
The sub folders contain [Testing Koans](https://blog.code-cop.org/2015/12/testing-koans.html) 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](http://opensource.org/licenses/bsd-license.php), see `license.txt` in repository.