nunit-core team mailing list archive
-
nunit-core team
-
Mailing list archive
-
Message #01756
[Bug 792466] Re: TestContext MethodName
** Changed in: nunit-3.0
Status: New => Triaged
** Changed in: nunit-3.0
Milestone: None => 2.9.6
** Changed in: nunit-3.0
Importance: Undecided => Medium
--
You received this bug notification because you are a member of NUnit
Core Developers, which is the registrant for NUnit Framework.
https://bugs.launchpad.net/bugs/792466
Title:
TestContext MethodName
Status in NUnit Test Framework:
Triaged
Bug description:
Currently, TestContext has the property TestName which contains the
name of the test displayed in the gui. This is the method name only if
the test has no parameters. If TestCaseData is used, it is the name
set. This is quite good, but I want to reract in the SetUp and also in
the TearDown in some cases a little bit different, so the name of the
method is important, not the one of the test case data.
So I see a demand for a additiona propertiy named MethodName
References