Interface IntelliMarker
-
- All Implemented Interfaces:
public interface IntelliMarkerThis is to trick Intellij into making subclasses executable (because of @Test). But Junit does not use it because of the unsatisfiable condition. This comes from Kotest, but was removed in 4.2.0 without explanation.
-
-
Method Summary
Modifier and Type Method Description Unitprimer()UnitdummyTestForIntelliJIntegration()-
-
Method Detail
-
primer
@Deprecated(message = "This is not an API") Unit primer()
-
dummyTestForIntelliJIntegration
@Test()@InternalApi() Unit dummyTestForIntelliJIntegration()
-
-
-
-