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

This change addresses #29, #14, and #46 An "Explore" button is added to the Summary View. This opens a list of tests grouped by class (my initial intention was to...

Hi, Wanted to ask about something I'm a little confused about. I see that nunit.xamarin.csproj states that it targets netstandard2.0, but the nuget package currently up does not have a...

is:bug
pri:high

This project has grown fairly rapidly. There's currently only a mock test suite to manually review runner behaviour, ideally there should also be unit tests of functionality. I'd wonder if...

is:build
pri:high

The runners currently reference a specific version of NUnit.Framework. We should use reflection or a mini engine to load the framework to break that dependency. If we merge the nunit.driver...

is:enhancement
pri:normal
status:blocked

I'm working with a test running app where "FinishedLaunching()" has code similar to: ``` var nunit = new NUnit.Runner.App(); ... nunit.Options.TerminateAfterExecution = true; ... LoadApplication(nunit); return base.FinishedLaunching(app, options); ``` Along...

Is there any code coverage tool when using nunit.xamarin runner ? I found plenty for console runner and non for this scenario.

Hello, Since we are bringing back netstandard1.4 support in the next NUnit release, is it possible to have it supported in NUnit.Xamarin as well? We are looking to switch to...

My recent PR #108 enables the test runner to take in an optional dictionary with NUnit test context parameters along with the test assembly. It solves the problem of no...

We should be able to explore and run individual tests. See #14.

is:enhancement
hacktoberfest

From @tofutim, we should have a progress bar or some indication shown when tests are running for long running test suites.

is:enhancement
hacktoberfest