ApiRouterTests.DiscoveryTests.ChildControllerInSubAreaWithoutParam C# (CSharp) Метод

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

private ChildControllerInSubAreaWithoutParam ( ) : void
Результат void
        public void ChildControllerInSubAreaWithoutParam()
        {
            var response = _httpClient.GetAsync("http://localhost/AreaA/SubAreaAB/ChildAB").Result;

            Assert.Equal("SubAreaAB Child 0", response.Content.ReadAsStringAsync().Result);
        }