コード例 #1
0
 public DetectTests()
 {
     cfg  = Config.Load <Config>("aasb.cfg.json");
     dict = new SearchDictionary(cfg);
     ubl  = new Unbleeper(dict, cfg.Unbleeper);
 }
コード例 #2
0
 public FilterTests()
 {
     cfg  = Config.Load <Config>("aasb.cfg.json", "aasb.cfg.secret.json");
     dict = new SearchDictionary(cfg);
     ubl  = new Unbleeper(dict, cfg.Unbleeper);
 }