[300] Unit Tests runner doesn't run base class tests
If you have a test defined in a base class, the tests runner shows it in
the tree, counts it int the 'All' tab, but doesn't run it (and doesn't
mark it anyway).
Sample:
public abstract class Base
{
public void ATest()
{
System.Console.WriteLine(GetType());
}
}
public class SubClass : Base
{
}
nunit-console runs 'ATest' writing SubClass to the Console.
Regards,
Pablo
--
You talk health, happiness, and prosperity to every person you meet.
Pablo Montilla
www.odyssey.com.uy
Please sign in to leave a comment.
Hello,
We appreciate your feedback.
The corresponding JIRA request has been created, and you are welcome to monitor
its status at http://www.jetbrains.net/jira/browse/RSRP-31071.
Best regards,
- Development Team.