Description(parents: List<String>, name: String)
The description gives the full path to a TestCase.
It contains the name of every parent, with the root at index 0. And it includes the name of the test case it represents.
This is useful when you want to write generic extensions and you need to be able to filter on certain tests only.