concretesolutions / kappuccino

A kotlin library to simplify how to do espresso tests on Android.
Apache License 2.0
109 stars 20 forks source link

Sample code #73

Open heitorcolangelo opened 7 years ago

heitorcolangelo commented 7 years ago

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

92alanc commented 6 years ago

Is this enhancement still needed?

heitorcolangelo commented 6 years ago

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.

92alanc commented 6 years ago

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?

heitorcolangelo commented 6 years ago

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

92alanc commented 6 years ago

The code to be tested is written in Java

heitorcolangelo commented 6 years ago

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.