Public bug reported:
If you have a base class containing tests
public abstract class BaseClass
{
[Test]
public void Test() {}
}
and a derived class
[TestFixture]
public class TestClass : BaseClass {}
and execute the tests of this class, the name of the executed test in result
will be Namespace.TestClass.BaseClass.Test1
This behavior is not expected and the name should be Namespace.TestClass.Test1
instead. It will be unique anyway.
Kind Regards
** Affects: nunitv2
Importance: Undecided
Status: New
** Tags: api core testresult
--
You received this bug notification because you are a member of NUnit
Developers, which is subscribed to NUnit V2.
https://bugs.launchpad.net/bugs/1453793
Title:
Names of tests declared in base classes should be default reflected
names
Status in NUnit V2 Test Framework:
New
Bug description:
If you have a base class containing tests
public abstract class BaseClass
{
[Test]
public void Test() {}
}
and a derived class
[TestFixture]
public class TestClass : BaseClass {}
and execute the tests of this class, the name of the executed test in result
will be Namespace.TestClass.BaseClass.Test1
This behavior is not expected and the name should be
Namespace.TestClass.Test1 instead. It will be unique anyway.
Kind Regards
To manage notifications about this bug go to:
https://bugs.launchpad.net/nunitv2/+bug/1453793/+subscriptions
_______________________________________________
Mailing list: https://launchpad.net/~nunit-core
Post to : [email protected]
Unsubscribe : https://launchpad.net/~nunit-core
More help : https://help.launchpad.net/ListHelp