public NewsSourceForRealEn() { News.Shuffle(); facts.Init("Assets/News/factsEN.txt"); simpleCats.Shuffle(); mediumCats.Shuffle(); hardCats.Shuffle(); }
public void FactsTestSimplePasses() { Facts facts = new Facts(); facts.Init("Assets/facts.txt"); facts.FindValid(new List <string> { "ZEITUNG", "AUTOR", "ORT", "REGION" }, new Dictionary <string, string> { }); Assert.AreEqual(1, 1); }