Example #1
0
        public void GetAllCampfires()
        {
            ApiList <Campfire> campfires = RunTest(Campfire.GetAllCampfires(Api));

            Assert.IsTrue(campfires.All(Api).Any(c => c.id == Settings.TestCampfire));
        }