concretesolutions / kappuccino

A kotlin library to simplify how to do espresso tests on Android.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sample code

heitorcolangelo opened this issue · comments

It would be good if the sample code could me more organized and more complete.

Is this enhancement still needed?

Actually it is, the sample code it's really messed =/.
At the time I had to hurry with those samples and it would be really good if they are better organised.
It's open to discussion on how organise them.

Yeah makes sense. I think it would be nice to write the sample in Kotlin as well, since the focus of the project itself is Kotlin. What do you think?

Which part of the sample? The test code or the code to be tested?

The code to be tested is written in Java

Oh i got you, yeah, it's also a good idea to move the code to be tested to kotlin.
This can be easily done after organising it. 😬
It would also be really good to have two versions of the sample code, one for kotlin and one for java.