문제

I'm trying to write tests for an android lib using scalatest + robolectric but I couldn't find any piece of documentation around this. Also, I would like to be able to run my test suite through the scalatest ant task. Has anyone done this before or know some way out?

도움이 되었습니까?

해결책

Somewhat late, but by now this can be done relatively easy with RoboTest.

Some brief documentation and also a sample project.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top