I am creating a component for the Xamarin Component Store by providing a library for Android and iOS. I put NUnit tests in both library projects, but I cannot run unit tests. Can I run tests in an Android / iOS library project?
If you create the PCL library, you can create a NUnit project that references the PCL and runs your tests this way: http://cl.ly/image/0V2D453H3R3S
Xamarin also provides a NUnitLite tester for iOS: http://docs.xamarin.com/guides/ios/deployment,_testing,_and_metrics/touch.unit
With the latest version of Xamarin Studio, you can also create an Android Unit Test project: http://cl.ly/image/0817251h0H0x
Source: https://habr.com/ru/post/1496442/More articles:Imagine the delay when calling ajax in select2 module - javascriptHow to use the Archive: Remove safely - again with a zipper or similar? - perlWebRupee not working - javascriptmemory leak presentViewController - iosWill calling the currentViewController method in all view controllers lead to a memory leak in iOS? - iosOn my asp.net-mvc page, why is the right dropdown menu not selected? - selectedMVC AntiForgeryToken reused previously created tokens - asp.net-mvcGet the method name of a variable call from this method - c #How to interpret sequence => in Scala? - scalaHow to use html tables in tumblr messages - tableAll Articles