← Back to team overview

nunit-core team mailing list archive

[Bug 591622] Re: When SetUp method fails, no clear indication in GUI

 

** Changed in: nunitv2
   Importance: Undecided => Medium

** Changed in: nunitv2
       Status: New => In Progress

** Changed in: nunitv2
    Milestone: None => 2.5.6

** Changed in: nunitv2
     Assignee: (unassigned) => Charlie Poole (charlie.poole)

-- 
When SetUp method fails, no clear indication in GUI
https://bugs.launchpad.net/bugs/591622
You received this bug notification because you are a member of NUnit
Developers, which is subscribed to NUnit V2.

Status in NUnit V2 Test Framework: In Progress

Bug description:
I have a simple test fixture with a SetUp method that runs before each test method.
The SetUp method throws an exception, or calls Assert.Fail().

The GUI reports a failure in the test itself, and doesn't indicate in any way that the failure actually came from the SetUp method. The only way to find that out is to go to the file and line number mentioned in the stack trace.

I should mention that this doesn't happen when the SetUp method is defined in another class which is a SetUpFixture (in which case the GUI says "Parent SetUp failed in MySetUpFixtureClass").

Using NUnit 2.5.5.10112.





References