public DetectTests() { cfg = Config.Load <Config>("aasb.cfg.json"); dict = new SearchDictionary(cfg); ubl = new Unbleeper(dict, cfg.Unbleeper); }
public FilterTests() { cfg = Config.Load <Config>("aasb.cfg.json", "aasb.cfg.secret.json"); dict = new SearchDictionary(cfg); ubl = new Unbleeper(dict, cfg.Unbleeper); }