Reputation: 6306
Has anyone managed to run unit tests created with vs2010 on an android device? Is there any other solution to unit testing android applications when using monodrod?
Upvotes: 1
Views: 157
Reputation: 10139
You could check out the Andr.Unit library, which provides a runner for NUnit tests that can run either in the emulator or on an Android device. There is also the monodroid-unittest library that provides support for Visual Studio tests.
Upvotes: 1