Esempio n. 1
0
 public void MapReady_ModelHas0Installations_AddMapMarkerIsNotCalled()
 {
     _fakeModel.Installations.Returns(new List <Installation>());
     _uut.MapReady();
     _fakeView.DidNotReceive().AddMapMarker(Arg.Any <Installation>());
 }