shekharpro / mb-unit

Automatically exported from code.google.com/p/mb-unit
0 stars 0 forks source link

Implement a "Go To Tests" shortcut for Resharper integration #408

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
In the Gallio Resharper integration, it would be really nice to have a "Go 
To Tests" navigation option alongside those that Resharper already 
provides. 

Given a particular class A, this would look for a TestFixture that was 
annotated with the [TestsOn(typeof(A)] attribute. If there were several, 
these could be presented in a list, just as Resharper does when doing "Go 
to Inheritor" in a class with several inheritors.

Original issue reported on code.google.com by samuel.j...@gmail.com on 23 Mar 2009 at 3:17

GoogleCodeExporter commented 8 years ago
I'd love to do this.  Actually, I suggested the feature to JetBrains awhile 
back. 
You might try asking them since it could be implemented quite generally.
Don't expect this anytime soon though...

Original comment by jeff.br...@gmail.com on 27 Apr 2009 at 6:05