Exemplo n.º 1
0
 public void CanCreate()
 {
     list = new StockList();
     list.Should().NotBeNull();
 }