Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 487 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 487 Bytes

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)