DiskBasedResultStore constructor
DiskBasedResultStore(
- String storageRootPath
Creates a DiskBasedResultStore rooted at storageRootPath.
Implementation
DiskBasedResultStore(String storageRootPath)
: _resultsRootPath =
_join(Directory(storageRootPath).absolute.path, 'results');