Currently MonoDroid (or “Mono for Android”) is lacking a unit testing framework. Since Xamarin (the guys behind MonoDroid) enable us to use C# on almost every platform it would be nice to be able to reuse C# unit tests written for Visual Studio on other platforms, such as Android.
This is the goal behind the MonoDroid Unit Testing Framework which can be obtained here:
https://bitbucket.org/mayastudios/monodroid-unittest/
Happy testing!
No comments yet