NUnit 3.0 progress with NUnitlite adapter for Gallio

Asked by functional illiterate

Hey All,

Just poking around the internets for some info. I had first seen a small bit of info posted by CPoole regarding an NUnitLite Adapter for Gallio on a message board. My poking eventually led me to NUnit 3.0 architectural summary.

Typically for my desktop development, I use ReSharper in VS20xx to execute my tests(MbUnit) through the Gallio provider. I also write a fair amount of .NETCF code. I would like to use a similar process for those development efforts--the main exception being using Gallio to execute NUniteLite tests on devices. I simply wanted find out what progress, if any, has been made down this path? Dagnabit, some test, performance tests in particular, need to be run on devices. And I would like my development and testing process to be fairly consistent.

Any information would be greatly appreciated. Also let me know if I could help in anyway... writing code, testing betas, etc.

Thanks,
fi

Question information

Language:
English Edit question
Status:
Solved
For:
NUnitLite Edit question
Assignee:
No assignee Edit question
Solved by:
Charlie Poole
Solved:
Last query:
Last reply:
Revision history for this message
Best Charlie Poole (charlie.poole) said :
#1

We do plan to have an NUnit adapter for Gallio, but I don't expect to work on it until after our own native runners. As for NUnitLite, there is a plan to have it run on a device under the control of NUnit, but that's not yet being worked on either.

The architectural overview for NUnit (http://www.nunit.org/wiki/doku.php?id=dev:specs:architectural_overview) calls both of these items out as separate goals - there is no plan for a Gallio adapter for NUnitLite. However, in theory anyway, a Gallio NUnit adapter should be able to run anything that NUnit itself can run - which would include NUnitLite tests.

Don't look for either of these until after the initial 3.0 release of the framework and both runners, which I don't expect before the fall.

Revision history for this message
functional illiterate (functionalilliterati) said :
#2

Thanks a bunch.

On Tue, Jan 12, 2010 at 2:39 AM, Charlie Poole <
<email address hidden>> wrote:

> Your question #97109 on NUnitLite changed:
> https://answers.launchpad.net/nunitlite/+question/97109
>
> Status: Open => Answered
>
> Charlie Poole proposed the following answer:
> We do plan to have an NUnit adapter for Gallio, but I don't expect to
> work on it until after our own native runners. As for NUnitLite, there
> is a plan to have it run on a device under the control of NUnit, but
> that's not yet being worked on either.
>
> The architectural overview for NUnit
> (http://www.nunit.org/wiki/doku.php?id=dev:specs:architectural_overview)
> calls both of these items out as separate goals - there is no plan for a
> Gallio adapter for NUnitLite. However, in theory anyway, a Gallio NUnit
> adapter should be able to run anything that NUnit itself can run - which
> would include NUnitLite tests.
>
> Don't look for either of these until after the initial 3.0 release of
> the framework and both runners, which I don't expect before the fall.
>
> --
> If this answers your question, please go to the following page to let us
> know that it is solved:
>
> https://answers.launchpad.net/nunitlite/+question/97109/+confirm?answer_id=0
>
> If you still need help, you can reply to this email or go to the
> following page to enter your feedback:
> https://answers.launchpad.net/nunitlite/+question/97109
>
> You received this question notification because you are a direct
> subscriber of the question.
>

Revision history for this message
functional illiterate (functionalilliterati) said :
#3

Thanks Charlie Poole, that solved my question.