예제 #1
0
 public void Should_Not_Contain_Movies_When_Created()
 {
     _storage.GetAll().Count().Should().Be(0);
 }