https://kotlinlang.org logo
n

Nikky

09/30/2019, 6:55 AM
i am trying to run junit5 tests in my multiplatform project, but it seems like events are not received, does anyone know a complete example that got this working ? or can you not throw
@Test
on global functions ?
t

turansky

09/30/2019, 7:49 AM
Do you have test class?
@Test
will have effect only on class methods
n

Nikky

09/30/2019, 11:32 AM
i noiced that, now idea has added run buttons to the class and method, funnily enough the button on the class does nothing and only signle methods can be run and the gradle tak also does not do anything, as in:
Test events were not received