i am trying to run junit5 tests in my multiplatfor...
# multiplatform
n
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
Do you have test class?
@Test
will have effect only on class methods
n
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