|
You are here |
vgaidarji.me | ||
| | | | |
shpota.com
|
|
| | | | | When I write programs in Kotlin I usually don't think about where to put my source files and how to structure packages; my build tool knows it better. After ... | |
| | | | |
www.jacoco.org
|
|
| | | | | [AI summary] This post is a release announcement detailing the contents and library structure of JaCoCo version 0.8.15.202511080759, a Java code coverage tool. | |
| | | | |
wittchen.io
|
|
| | | | | Introduction Some time ago, Ive written an article about Test coverage report for Android application. It got some interest (many comments below article and many visits according to Google Analytics), so I decided to refresh this topic. Previously, Ive written instrumentation unit tests, which needed to be executed on a real device or an emulator. Its a good approach when you want to test functionalities strongly connected with the device. E. | |
| | | | |
nataliiadziubenko.com
|
|
| | | There's a ton of documentation and specifications describing the internal workings of the JVM. However, going through all of that to simply gain some understanding might be a bit too much. I've read those specs and looked inside, so here's a simple little explanation of how synchronized works in Java... | ||