testDescription property

String testDescription

A good standard description for test(), derived from the data directory, the particular data file, and the test case description.

Implementation

String get testDescription => [directory, file, description].join(' ');