nunit-core team mailing list archive
-
nunit-core team
-
Mailing list archive
-
Message #03042
[Bug 1064100] Re: Void testcase with expected result should be non-runnable
** Changed in: nunitv2
Assignee: (unassigned) => Simone Busoli (simone.busoli)
--
You received this bug notification because you are a member of NUnit
Developers, which is subscribed to NUnit V2.
https://bugs.launchpad.net/bugs/1064100
Title:
Void testcase with expected result should be non-runnable
Status in NUnit V2 Test Framework:
Triaged
Bug description:
We currently allow this...
[TestCase(Result = 1)]
public void SomeTest()
{
}
which will fail, but should really report it as non-runnable.
To manage notifications about this bug go to:
https://bugs.launchpad.net/nunitv2/+bug/1064100/+subscriptions
References