jorik041 / Touch.Unit

NUnitLite based runner for unit testing .NET code under iOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HOWTO

  1. Clone all the required code from github.com

$ git clone git://github.com/spouliot/MonoTouch.Dialog.git $ git clone git://github.com/spouliot/NUnitLite.git $ git clone git://github.com/spouliot/Touch.Unit.git

  1. Launch MonoDevelop (2.6 or later)

  2. Open the "Touch.Unit.sln" solution

  3. Run / Debug / Add Tests / Enjoy

TODO

  • add option to connect (socket) to a server and send all the execution logs there (e.g. safe keeping if crashing)

  • add a detail screen (to see more things in case of errors)

  • otherwise KISS

About

NUnitLite based runner for unit testing .NET code under iOS


Languages

Language:C# 100.0%