mardi 21 février 2017

How should I test Kotlin extension functions?

Can somebody tell me how should I unit-test extension functions in Kotlin? Since they are resolved statically should they be tested as static method calls or as non static ? Also since language is fully interoperable with Java, how Java unit test for Kotlin extension functions should be performed ?

Aucun commentaire:

Enregistrer un commentaire