UI Test example in Kotlin language
To run tests, just type in command line:
./gradlew test
Once gradle has downloaded dependencies, go to IDEA -> File -> Open -> "YOUR_PROJECTS/kotlin"
Try to create your own test examples with Kotlin!
Feel free to send pull request.