Touch.Unit/README.md

37 строки
1.1 KiB
Markdown
Исходник Постоянная ссылка Обычный вид История

2011-10-08 04:23:51 +04:00
# Touch.Unit
_because I like my code public and my mistakes private_
2011-10-08 04:23:51 +04:00
## History
[I searched, but I did not find.](http://stackoverflow.com/q/7065071/220643) [So I made](http://spouliot.wordpress.com/2011/09/28/unit-testing-and-monotouch/) [and shared.](https://github.com/spouliot/Touch.Unit)
2011-10-08 04:23:51 +04:00
## How To
2011-09-28 17:01:42 +04:00
1. Clone all the required code from github.com
```shell
$ git clone git://github.com/spouliot/NUnitLite.git
...
$ git clone git://github.com/spouliot/Touch.Unit.git
...
```
2011-09-28 17:01:42 +04:00
note: make sure to pull from all of them to get the latest fixes
2. Launch Xamarin Studio (4.0 or later)
2011-09-28 17:01:42 +04:00
3. Open the "Touch.Unit.sln" solution
4. Run / Debug / Add Tests / Enjoy
## Documentation
* [NUnitLite](http://www.nunitlite.org/) web site
2011-09-28 17:01:42 +04:00
2011-10-08 04:23:51 +04:00
## Todo List
2011-09-28 17:01:42 +04:00
* Track changes in [iOS](http://developer.apple.com/devcenter/ios/index.action), [Xamarin.iOS](http://ios.xamarin.com), [NUnitLite](http://www.nunitlite.org/index.php?p=roadmap) and [MonoTouch.Dialog](https://github.com/migueldeicaza/MonoTouch.Dialog)
2011-09-28 17:01:42 +04:00
* otherwise KISS - want something more, fork it :-)