I always seem to have problems with setting up unit tests. Is there any straight to the point for best practises including gradle setup?
I want to be able to use all the basic annotations like
@Test
,
@TestFactory
,
@BeforeAll
,
@AfterAll
and be able to just click the play icon and intellij will run it without problems as I would be using the standard setup.