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);
        }