nunit-core team mailing list archive
-
nunit-core team
-
Mailing list archive
-
Message #02646
Re: [Bug 957899] [NEW] Feature: Assert.DoesNotThrow() needs exception details
Hi,
I m not sure if my response to your query is correct but here is a try:
When ExpectedException is not thrown then the report says Expected
exception: some exception but was some other exception. Will this serve
your purpose because i m not sure if E & F should be expected to show
exception details....just my few pennies!
Jv
On Sat, Mar 17, 2012 at 6:45 PM, Chris Capon <ttabyss@xxxxxxxxx> wrote:
> Public bug reported:
>
> NUnit 2.5.10 11092 (Windows)
>
> When Assert.DoesNotThrow() actually does throw an Exception, the Errors
> and Failures window of the GUI does not show any details about the
> exception. Rather, it just shows the provided text parameter and:
>
> Unexpected exception: NUnit.Framework.AssertionException
>
> It would be handy if the Assert would also show details about the
> Exception being thrown. Otherwise, test code has to be changed to find
> out what went wrong.
>
> Thanks.
>
> ** Affects: nunitv2
> Importance: Undecided
> Status: New
>
> --
> You received this bug notification because you are a member of NUnit
> Developers, which is subscribed to NUnit V2.
> https://bugs.launchpad.net/bugs/957899
>
> Title:
> Feature: Assert.DoesNotThrow() needs exception details
>
> Status in NUnit V2 Test Framework:
> New
>
> Bug description:
> NUnit 2.5.10 11092 (Windows)
>
> When Assert.DoesNotThrow() actually does throw an Exception, the
> Errors and Failures window of the GUI does not show any details about
> the exception. Rather, it just shows the provided text parameter and:
>
> Unexpected exception: NUnit.Framework.AssertionException
>
> It would be handy if the Assert would also show details about the
> Exception being thrown. Otherwise, test code has to be changed to
> find out what went wrong.
>
> Thanks.
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/nunitv2/+bug/957899/+subscriptions
>
--
Regards,
Ravichandran Jv
http://ravichandranjv.blogspot.com
--
You received this bug notification because you are a member of NUnit
Developers, which is subscribed to NUnit V2.
https://bugs.launchpad.net/bugs/957899
Title:
Feature: Assert.DoesNotThrow() needs exception details
Status in NUnit V2 Test Framework:
New
Bug description:
NUnit 2.5.10 11092 (Windows)
When Assert.DoesNotThrow() actually does throw an Exception, the
Errors and Failures window of the GUI does not show any details about
the exception. Rather, it just shows the provided text parameter and:
Unexpected exception: NUnit.Framework.AssertionException
It would be handy if the Assert would also show details about the
Exception being thrown. Otherwise, test code has to be changed to
find out what went wrong.
Thanks.
To manage notifications about this bug go to:
https://bugs.launchpad.net/nunitv2/+bug/957899/+subscriptions
References