Пример #1
0
 public void WhenInitialize_ShouldNotBeNull()
 {
     var subject = new Area();
     subject.Should().NotBeNull();
 }