nunit.xamarin icon indicating copy to clipboard operation
nunit.xamarin copied to clipboard

NUnit test runners for Xamarin and mobile devices - No longer maintained

Results 20 nunit.xamarin issues
Sort by recently updated
recently updated
newest added

Handle the new warnings in NUnit 3.6, see nunit/nunit#1927

is:enhancement
pri:normal
hacktoberfest

Added in NUnit framework 3.6

is:enhancement
pri:normal
hacktoberfest

Hi! Thank you for your work on NUnit. I encounter an issue when running the tests with (I suspect)`TerminateAfterExecution = true`. The tests run fine, breakpoints get hit. But once...

is:bug

See #43 Need to test and tweak the UI to display better on more platforms, especially those with smaller screens.

is:bug

Hi, We are having problems running NUnit Unit Tests in a Xamarin.Android Project. We are trying to test an Android Class Library Project that is using four EmbeddedNativeLibraries internally. When...

status:confirm

When I run my unit test it displays "Overall Failed" regardless of the tests status. ![nexus 4 lollipop screenshot 3](https://cloud.githubusercontent.com/assets/2817652/11280687/b68dacfa-8ebc-11e5-9d69-743e6ecb7f06.png) ![simulator screen shot nov 19 2015 12 48 32 pm](https://cloud.githubusercontent.com/assets/2817652/11280496/df895344-8ebb-11e5-97c9-efd3409a5a53.png)

is:bug

Is there a way to change the xml result file format as in the console runner? `nunit3-console /result:;format=nunit2` It would be a nice feature to be compatible with older projects.

is:feature
pri:low

I'm developing a Xamarin project (iOS, Android, UWP). Both, the actual projects as well as the test projects use the shared project approach. When i run my tests (i.e. one...

Blocked by #29 Explore tests, then run from there.

is:feature
pri:normal
status:blocked

You can currently only run all tests. Maybe add an explore button? In the short term, maybe drill into the Explicit test and run it?

is:enhancement