Open
Description
When using the Parameterized runner there is no possibility to run only a test method of a test class.
For example when running in maven: mvn test -Dtest=TesClass#testName
No tests are run when using the Parameterized runner.
That would be great to have this feature, has for development is comon to the developers trying to run only the test they are working on.