Mono for Android: Which Testing Frameworks work

前端 未结 4 1800
日久生厌
日久生厌 2021-01-06 19:40

I have created a Mono for Android VS2010 project and added NUnit tests.

It seems Mono for Android does not support NUnit according to this post from Xamarin: https:/

4条回答
  •  一向
    一向 (楼主)
    2021-01-06 20:05

    I created a version of NUnitLite that targets MonoDroid. It's worked quite well for me so far.

    It needs to run directly on the emulator or device at the moment. If someone were able and inclined to write a runner for it, I'd welcome the input.

    Check it out here: https://github.com/SpiritMachine/NUnitLite.MonoDroid

提交回复
热议问题