How to test methods with nullable parameters in Kotlin
Is there any way to test kotlin methods with nullable parameters without editing the actual logic (only edit the tests) ?
Is there any way to test kotlin methods with nullable parameters without editing the actual logic (only edit the tests) ?