Testing Koans to understand how to write unit tests with different frameworks.
-
Updated
Jan 11, 2022 - Java
In programming Koans are exercises, puzzles, or problems - typically presented as a suite of unit tests - intended to get developers up to speed with the idioms and features of a programming language.
Testing Koans to understand how to write unit tests with different frameworks.
A very simple koans type project that solves counting the instances of letters in a string in a number of different ways using various java features. I tried to provide a step-by-step tutorial in the readme.
Lite Rx API Hands-On with Reactor Core 3
Solutions to all Java Koans