AppDiTests.PFWebDriverConfigurationTests.Creates_PageObject_With_WebDriver C# (CSharp) Method

Creates_PageObject_With_WebDriver() private method

private Creates_PageObject_With_WebDriver ( ) : void
return void
        public void Creates_PageObject_With_WebDriver()
        {
            //Shoul the driver be a lazy property?
            Assert.NotNull(SUT.WebDriver);
        }