Quantcast
Channel: YouTrackReSharper (RSRP) - Bug and Issue Tracker
Viewing all articles
Browse latest Browse all 106942

RSRP-199079: In Unit Test runner, show parent class names for nested TestFixture classes

$
0
0
Reporter acl (jorgeburgos) acl (jorgeburgos)
Created Nov 30, 2010 4:06:49 AM
Updated Jan 2, 2012 12:46:56 PM
Priority Normal
Type Bug
Fix versions Next Major
State Submitted
Assignee Victor Kropp (victor.kropp)
Subsystem Unit Testing
Affected versions No Affected versions
Fixed in build No Fixed in build
It's sometimes nice to be able to organise unit tests like this:

namespace Tests.FooNamespace
{
public class FooTests
{
[TestFixture]
public class ACollectionOfFooTests
{
[Test]
public void TestSomething() { etc }
}

[TestFixture]
public class AnotherCollectionOfFooTests
{
[Test]
public void TestSomething() { etc }
}
}
}

It would be good if the Resharper unit test runner showed the parent class names of the nested classes. Currently it looks like this:

  • Tests.FooNamespace
        - ACollectionOfFooTests
           - TestSomething
        - AnotherCollectionOfFooTests
           - TestSomething
    
    With the parent classes it would look like this:
    


  • Tests.FooNamespace
- FooTests.ACollectionOfFooTests
       - TestSomething
- FooTests.AnotherCollectionOfFooTests
- TestSomething

Viewing all articles
Browse latest Browse all 106942

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>