KontextWork / kotlin-onboarding-tests

Kotlin language specific tests and java interop tests.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WAT

Concepts and tests for onboard and understand Kotlin-specific language concepts. This repository also tries to understand Also

  • ensure that the Java-Interop works fine, when implementing Kotlin libraries which are called from java
  • Core concepts / differences introduced by Kotlin which a typical java developer should be aware of

Aspects

  • SAM (including unit interop)
  • Companion Object
  • default parameters
  • Mocking (Mockito and MockK)
  • Data (Getter/Setter/Data)

About

Kotlin language specific tests and java interop tests.


Languages

Language:Kotlin 80.8%Language:Java 19.2%