AppDiTests.PFWebDriverConfigurationTests.Creates_PageObject_With_WebDriver C# (CSharp) Метод

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

private Creates_PageObject_With_WebDriver ( ) : void
Результат void
        public void Creates_PageObject_With_WebDriver()
        {
            //Shoul the driver be a lazy property?
            Assert.NotNull(SUT.WebDriver);
        }