mattleibow / DeviceRunners

A set of device runners for various testing frameworks.
MIT License
61 stars 3 forks source link

Extract the app and abstract the testing framework and add NUnit #4

Closed mattleibow closed 1 year ago

mattleibow commented 1 year ago

This PR will reconfigure all the code to allow for more than just Xunit as the testing framework. The current implementation is very tied to Xunit. I previously abstracted the testing later from Maui to allow for future native apps.

This PR now goes one step further and abstracts all the things so we can have:

The future could bring things like:

MartyIX commented 1 year ago

Is it xUnit instead of NUnit?

mattleibow commented 1 year ago

Is it xUnit instead of NUnit?

It will be BOTH! 😀