SettingsFields.reporters

The reporter list that will be added by the runner at startup You can use here only the embeded reporters. If you want to use a custom reporter you can use static this constructor

mixintemplate SettingsFields()
string[] reporters;

Examples

static this
{
   LifeCycleListeners.instance.add(myCustomReporter);
}

Meta