Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 11 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(3)
如果您希望在 Mono for Android 下运行 Visual Studio 单元测试,我已经为此编写了一个兼容层以及 GUI。
请查看此处
If you're look for running your Visual Studio Unit Tests under Mono for Android, I've written a compatibility layer for that together with a GUI.
Check it out here
如果您想在设备上(或模拟器内)运行单元测试,那么您应该看看 Andr.Unit Mono for Android test runner for NUnitLite (0.6) 。它与 Touch.Unit(iOS)即使它(目前)在功能方面有点落后(没有网络日志记录)。
免责声明:我写了跑步者
If you're looking to run your unit tests on devices (or inside the emulator) then you should have a look at Andr.Unit Mono for Android test runner for NUnitLite (0.6). It's similar (same UI and NUnitLite version) to Touch.Unit (iOS) even if it (currently) is a bit behind in terms of features (no network logging).
Disclaimer: I wrote the runner
如果要引用 Mono for Android 或 MonoTouch 或 Silverlight 应用程序中的程序集,则必须使用也针对同一配置文件编译的程序集。
这是 2.0.5.0 配置文件。
If you want to reference assemblies from a Mono for Android or MonoTouch or Silverlight application, you must use assemblies that have also been compiled against the same profile.
This is the 2.0.5.0 profile.