Sudarshan
03/29/2025, 7:09 AMArne Jans
04/04/2025, 12:58 PM@Test
).
Actually, it should be
class Program1Tests() {
Sudarshan
04/05/2025, 9:22 AMArne Jans
04/07/2025, 8:06 AMkotlin.test.Test
is only a typealias for the actual Test-annotation for different testing frameworks, the error comes from not finding any implementing testing framework:
https://kotlinlang.org/api/core/kotlin-test/kotlin.test/-test/