nameWithPath property
String
get
nameWithPath
The name of the test with the path.
If test is not closed yet, the path is unknown, so return only test name.
Implementation
String get nameWithPath => closingTestEntry?.nameWithPath ?? name;