static Map<String, TestScope> get options { return { for (final val in TestScope.values) val.option: val, }; }