I know Eclipse provides means to run a single JUnit 4 test method separatly (see Running a single JUnit test in Eclipse).
Now, I wonder whether there is a way to run a single test method for a given concrete class when the class does not contain the method but instead inherits it from an abstract base class.