Exemple #1
0
        public void DebugCatchCatchesManyFish()
        {
            var response = AdminModule.DebugCatch("");

            Assert.IsTrue(response.Processed);
            Assert.AreNotEqual(0, response.Debug.Count);
            Assert.IsTrue(response.Debug.Any(x => FishData.Any(y => x.Contains(y.Name))));
        }