xamarin / Touch.Unit

NUnitLite based runner for unit testing .NET code under iOS
http://spouliot.wordpress.com/category/touch-unit/
51 stars 51 forks source link

[TouchRunner] Fix running multiple test assemblies in NUnitLite mode. #76

Closed rolfbjarne closed 4 years ago

rolfbjarne commented 4 years ago

It's not possible to use a single NUnitTestAssemblyRunner instance for multiple assemblies, so we need to create one for each assembly we want to test.