コード例 #1
0
 public void ShouldCreateSelector(OpenQA.Selenium.By selector)
 {
     // Assert
     selector.Should().NotBeNull();
 }