We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Just an idea to improve/keep code quality level.
The text was updated successfully, but these errors were encountered:
maybe you can show some sample how you see it? or reference
Sorry, something went wrong.
I'm quite new to kotlin and cannot tell much about the best way to do it. However I found that article quite informative: https://phauer.com/2018/best-practices-unit-testing-kotlin/ In general it should work like unit testing in any other language - at the end you want to test the functionality of the own code. Here is how it could look like - a small project I quickly made for MarginValues from the https://github.com/junit-team/junit5-samples/tree/master/junit5-jupiter-starter-gradle-kotlin template and gradle documentation.
KotlinUnitTesting.zip
No branches or pull requests
Just an idea to improve/keep code quality level.
The text was updated successfully, but these errors were encountered: