I thought that may be the case. The StaticTestFactory displays the exact output the I want to see, unfortunately the tests allows run in alphabetical order instead of the order that they were entered.
Thanks, On Tue, Mar 3, 2009 at 8:54 PM, Jeff Brown <[email protected]> wrote: > Ahh. > > I'm afraid that's expected behavior given that the system is unable to > count the number of dynamic tests ahead of time so it cannot report > progress. > > Jeff. > > ------------------------------ > *From:* [email protected] [mailto:[email protected]] *On > Behalf Of *j jones > *Sent:* Tuesday, March 03, 2009 4:47 PM > > *To:* [email protected] > *Subject:* MbUnit Re: Gallio.Echo and DynamicTestFactory > > Hi Jeff, > > > I still don't see the percentage complete update, it always stays at 10% > until all the tests complete. > > Thanks > > On Tue, Mar 3, 2009 at 5:39 PM, Jeff Brown <[email protected]> wrote: > >> >> Ok, I finally got around to looking at it. Here's what I see when I run >> some tests involving [DynamicTestFactory] using Echo. Note that passing >> tests only appear when the verbosity is set to Verbose or Debug. >> >> Gallio.Echo MyTests.dll /v:Verbose >> >> Is this what you're looking for? >> >> --<snip>-- >> >> [passed] Test MbUnit >> v0.0.0.0/MbUnit.Tests/TestCaseTest/DynamicSample/Factory/Te >> st >> [passed] Test MbUnit >> v0.0.0.0/MbUnit.Tests/TestCaseTest/DynamicSample/Factory >> [passed] Fixture MbUnit v0.0.0.0/MbUnit.Tests/TestCaseTest/DynamicSample >> [passed] Fixture MbUnit v0.0.0.0/MbUnit.Tests/TestCaseTest >> [failed] Test MbUnit >> v0.0.0.0/MbUnit.Tests/TestFixtureReferenceTest/DynamicSampl >> e/Factory >> System.NotSupportedException: MbUnit does not currently support running a >> refere >> nced test dynamically. >> >> [failed] Fixture MbUnit >> v0.0.0.0/MbUnit.Tests/TestFixtureReferenceTest/DynamicSa >> mple >> [failed] Fixture MbUnit v0.0.0.0/MbUnit.Tests/TestFixtureReferenceTest >> [passed] Test MbUnit >> v0.0.0.0/MbUnit.Tests/TestSuiteTest/DynamicSample/Factory/S >> uite/Test1 >> [passed] Test MbUnit >> v0.0.0.0/MbUnit.Tests/TestSuiteTest/DynamicSample/Factory/S >> uite/Test2 >> [passed] Suite MbUnit >> v0.0.0.0/MbUnit.Tests/TestSuiteTest/DynamicSample/Factory/ >> Suite >> [passed] Test MbUnit >> v0.0.0.0/MbUnit.Tests/TestSuiteTest/DynamicSample/Factory >> [passed] Fixture MbUnit v0.0.0.0/MbUnit.Tests/TestSuiteTest/DynamicSample >> [passed] Fixture MbUnit v0.0.0.0/MbUnit.Tests/TestSuiteTest >> [failed] Assembly MbUnit v0.0.0.0/MbUnit.Tests >> [failed] Framework MbUnit v0.0.0.0 >> [failed] Root >> >> Jeff. >> >> >> >> -----Original Message----- >> From: [email protected] [mailto:[email protected]] On >> Behalf Of Jeff Brown >> Sent: Thursday, November 27, 2008 3:01 PM >> To: [email protected] >> Subject: MbUnit Re: Gallio.Echo and DynamicTestFactory >> >> >> It should be pretty easy. I'm going to try to reproduce it then let you >> know. >> >> Jeff. >> >> -----Original Message----- >> From: [email protected] [mailto:[email protected]] On >> Behalf Of jones >> Sent: Wednesday, November 26, 2008 9:51 AM >> To: MbUnit.User >> Subject: MbUnit Gallio.Echo and DynamicTestFactory >> >> >> Currently when I use Gallio.Echo with tests create using >> DynamicTestFactory, >> I do not see the individual tests that are being run output to the console >> window. Is it possible to do this? >> >> >> >> >> >> > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "MbUnit.User" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/MbUnitUser?hl=en -~----------~----~----~----~------~----~------~--~---
