allowDuplicateTestNames property

bool allowDuplicateTestNames

Whether or not duplicate test (or group) names are allowed within the same test suite.

Implementation

//
// TODO: Change the default https://github.com/dart-lang/test/issues/1571
bool get allowDuplicateTestNames => _allowDuplicateTestNames ?? true;