Closed as not planned
Description
I think the documentation of this method is misleadinig.
What it really does is:
If desiredDescription does not describe a single test, no test is executed at all.
If desiredDescription describes a single test, then each description is run containing this single test.
I think this is not what is documented and also it is not what is wanted:
it is used in
Request.filterWith(final Description desiredDescription)