DataWalkerMap<K, V extends DataWalker> extension

Aggregator for DataWalkers

on

Methods

exec({DataWalkerMapProc? valueProc, int repeats = 1}) bool
Execution starting point Returns false if valueProc or _exec returned false
valuesToString(Map values, {String? prefix, String? suffix, bool quoteStrings = true, bool useKeys = true}) String
Returns comma-separated pairs of 'key: value' Useful for printing the name of a test as a list of its parameters