public void Setup() { _annotator = new Annotator { Config = ScanConfig.Create(new[] { "c:\\tools\\xampp\\htdocs", "test" }) }; }
public ScanMetrics() { PluginAnnotations = new PluginAnnotationTable(); Annotator = new Annotator(); }