nunit-core team mailing list archive
-
nunit-core team
-
Mailing list archive
-
Message #01172
[Bug 634804] [NEW] Inherited Test Names are namespaced by parent
You have been subscribed to a public bug:
Given the following test classes in NUnit 2.5.3 and above:
public abstract class TestParent
{
[Test]
public void TestMethod()
{
}
}
[TestFixture]
public class TestChild : TestParent
{
}
when specifying the test on the commandline, the name of the test must
be specified as /run=TestChild.TestParent.TestMethod. It should be
/run=TestChild.Testmethod.
This changed between 2.5.2 and 2.5.3.
** Affects: nunit-3.0
Importance: High
Status: Triaged
** Tags: console gui
--
Inherited Test Names are namespaced by parent
https://bugs.launchpad.net/bugs/634804
You received this bug notification because you are a member of NUnit Core Developers, which is the registrant for NUnit Framework.
References