Touch.Unit icon indicating copy to clipboard operation
Touch.Unit copied to clipboard

NUnitLite based runner for unit testing .NET code under iOS

Results 7 Touch.Unit issues
Sort by recently updated
recently updated
newest added

Hey Sebastien! It's been a while! You have references to nunitlite.org in README.md and TouchRunner.cs. The domain went away a year or so ago. The files are still available at...

The file produced by the tool contains some non-xml information. ``` xml dodikk$ cat deployment/UnitTestReport.xml [Local Date/Time: 10/20/2014 4:49:58 PM] [Remote Address: 10.38.11.5:51938] ``` For this reason, the output cannot...

Some parameters may have spaces and specific symbols. For example, we have a device named "Igor’s iPad". The tests are not launched properly on it. **Steps :** 1) Rename your...

Hi, The line `runner.Writer = new NUnitOutputTextWriter (runner, null, new NUnitLite.Runner.NUnit2XmlOutputWriter ());` is not correct and won't build if one removes the if/endif. `NUnitOutputTextWriter` takes a `DateTime` which i don't...

Hi, I have tried to specify `--ip myipaddress` where myipaddress is a WiFi network address of the Wifi network where the Device is connected to. This still yields tha the...

I have 33 tests cases and it only runs 5. When I go to the Tests screen it shows success for all test classes, even though several say Success for...

If you go directly to the test fixture view without running a test, execute just the first test and then scroll down until more elements are visible one of the...