martinskuta / TestingAssistant

Resharper and Rider extension that helps you navigate your tests (Go to test and back). Also extends rename functionality of Resharper to keep you test methods and test classes up to date.
MIT License
4 stars 0 forks source link

Go back from test not working for inner class #1

Closed martinskuta closed 2 years ago

martinskuta commented 2 years ago

If you have test class like this:

[TestFixture]
public class MyClassTests
{
    [TestFixture]
    public class GroupedTests
    {
           //Have cursor here
    }    
}

Navigating from the inner class above will not work as it will try to find Grouped class instead of MyClass...

martinskuta commented 2 years ago

Fixed in 0.7+