DEV Community

Cover image for JVM Testing Newsletter | July 2021
Jarosław
Jarosław

Posted on • Originally published at kotlintesting.com

JVM Testing Newsletter | July 2021

What's new in JVM testing? Check July 2021 issue.

Articles & blogposts

Hidden Perks of Unit Tests

https://www.egorand.dev/hidden-perks-of-unit-tests/

Where to write Android UI Tests (two articles)

https://proandroiddev.com/where-to-write-android-ui-tests-part-1-92cc9bf98c03
https://proandroiddev.com/where-to-write-android-ui-tests-part-2-cb45033f3ddf

Hibernate Traps: @Transactional Integration Tests

https://www.kode-krunch.com/2021/07/hibernate-traps-transactional.html?m=1

JUnit Coroutines Runner

https://krossovochkin.com/posts/2021_07_10_junit_coroutines_runner/

Why I'm switching from Mockito to MockK

https://www.ericthecoder.com/2021/07/20/why-im-switching-from-mockito-to-mockk/

Don't mock static: test SLF4J Logger with appenders

https://kotlintesting.com/mock-slf4j/

Podcasts & videos

Android Developers Backstage Podcast | Episode 169

In this episode, Romain and Tor are joined by Adarsh Fernando, Arif Sukoco and Yahan Zhou from the Android Studio team, covering the recent improvements to support for testing. This includes automated test snapshots, where the emulator captures a snapshot for a failing test you can then load and analyze later, it includes the Test Matrix tool where the IDE shows a matrix of tests and the devices they're running on, as well as a unified Gradle test runner, and Gradle managed virtual devices, and more.

https://adbackstage.libsyn.com/episode-169-testing

TDD Conference - talk recordings

https://www.youtube.com/watch?v=-_noEVCR__I

Libraries & releases

Originally published at KotlinTesting.com

Top comments (0)