I am learning Unit testing from scratch from a Ude...
# test
f
I am learning Unit testing from scratch from a Udemy course I bought back then, and that is Java based. I am totally new to Unit testing. The Java course shows how to initialize a new system under test with @Begin. I am wondering if in Kotlin I should also initialize the system under test with @Begin or if it's OK to skip that as described here: chrome-extension://gfbliohnnapiefjpjlpjnehglfpaknnc/pages/pdf_viewer.html?r=https://resources.jetbrains.com/storage/products/kotlinconf2018/slides/4_Best%20Practices%20for%20Unit%20Testing%20in%20Kotlin.pdf (slide 10). I'm unsure if I got that right though. Thanks for your suggestions!