testDirectory property
Directory
get
testDirectory
Test directory of the Dart package, the entry of all tests.
Implementation
Directory get testDirectory => directory(['test']);
Test directory of the Dart package, the entry of all tests.
Directory get testDirectory => directory(['test']);