Beispiel #1
0
 public void EditWithPost_should_work_for_TopContent()
 {
     contentRepository.Stub(cr => cr.GetAll()).Return(new List <Content>().AsQueryable());
     cmsController.EditTop(new TopContent
     {
         ParentContent = new Menu {
             Id = 4
         }
     });
 }