nunit-core team mailing list archive
-
nunit-core team
-
Mailing list archive
-
Message #01511
Re: [Question #141938]: Test a Suite of Fixture
Question #141938 on NUnit Framework changed:
https://answers.launchpad.net/nunit-3.0/+question/141938
Status: Needs information => Open
Maxence MODELIN gave more information on the question:
Hey Charlie
Thanks for your first answer.
My goal is to create a wrapper to run fixture written in PowerShell with NUnit.
The FixtureRunner is just a fixture with a parameter. The parameter is the name of the PowerShell script to execute.
The TestSuite has to find all the scripts to run an create a Fixture instance per script.
I know that 4 fixtures are executed because I can count the amount of
tests passed. But I also know that it's always the same (the first of
the suite) because of their amount. On top of that, the nunit GUI shows
4 tests loaded with always the same parameter (which confirms my idea).
Do you have any idea about how I can solve that and execute a suite of Fixture ?
max
--
You received this question notification because you are a member of
NUnit Core Developers, which is an answer contact for NUnit Framework.