I hope this is a feature suggestion and not an opportunity to by made to look a fool.
I very frequently want to pin all the tests in a test fixture class - this is because I'm working on a particular class and want to see if there are regressions. I know I should be able to rely on impact detection, but the effect of that depends on what run mode I have NC in, and often I just want to see all the tests pinned.
If the test fixture class has a constructor or a setup method, this will have some green dots I can right-click and choose "pin all covering tests", but if it *doesn't* have one of those methods, then I have never found a way to do a "pin all in file" or "pin all in class".
I recognise that the UI probably doesn't need any more variants of "pin this" or "run that" - so could "CTRL M P" gain an additional behaviour - when you're over a class *but not over a method*, then all the test methods in that class get pinned?
Thanks.