CarbonFitnessTest.Integration.Results.ResultsShowXmlTest.shouldHaveGidInGraph C# (CSharp) Метод

shouldHaveGidInGraph() приватный Метод

private shouldHaveGidInGraph ( ) : void
Результат void
        public void shouldHaveGidInGraph()
        {
            Browser.GoTo(Url + "/?graphlines=" + NutrientEntity.EnergyInKcal);
            var nutrient = new NutrientRepository().GetByName(NutrientEntity.EnergyInKcal.ToString());
            Assert.That(Browser.Html, Contains.Substring("<GRAPH gid=\"" + nutrient.Id));
        }