KotlinUnitTesting
KotlinUnitTesting copied to clipboard
Kotlin Unit Testing Examples
KotlinTest module - @jmfayard KTS files - @jmfayard All others files and modules: @rozkminiacz
https://junit.org/junit5/docs/current/user-guide/#writing-tests-nested Create new file in `junit5`test source directory with nested tests
Create new module named `testng` with samples of TestNG framework usage. [testng.org/](testng.org/) - [ ] Gradle and Intellij configuration - [ ] Unit test example - [ ] Parameterized test...