/kotlin-onboarding-tests

Kotlin language specific tests and java interop tests.

Primary LanguageKotlin

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)