AppDiTests.PFUrlConfigurationTests.Creates_PageObject_With_Explicit_Base_URL C# (CSharp) Method

Creates_PageObject_With_Explicit_Base_URL() private method

private Creates_PageObject_With_Explicit_Base_URL ( ) : void
return void
        public void Creates_PageObject_With_Explicit_Base_URL()
        {
            FactoryResult = PageObjectFactory.Create<ConcretePageObject>("http://www.bing.com");

            Assert.Equal<string>("http://www.bing.com/", FactoryResult.Url.ToString());
        }