I need to use a BDD testing framework for Android and most frameworks test on the UI le开发者_运维技巧vel. Are there any non-UI frameworks like jBehave running on DVM?
So far I was able to find one tool called Robolectric.
I've not seen anyone who has this working yet, but my guess is that you could probably use Robotium to enable it.
Depending on what you're working on, you could use a framework that allows cross-compiling to the desktop and then still use jBehave. For example, this should be achievable with libGDX.
精彩评论