Is there any way to get the built-in MS Test framework to work with Mono for Android? I know they are compiled against different .NET framework profiles which is part of the problem - Mono Android. Unit test framework - but does anyone have a work around for this?
An NUnit or other open source test framework solution would be acceptable as well - but I've read the same issues exist with NUnit. Perhaps there could be an NUnit framework compiled against the same profile as Mono?
I have searched around and the resources are limited.