Exemplo n.º 1
0
 protected override void Context()
 {
     base.Context();
     _individualIds = new List <int> {
         1, 2, 3
     };
     _extractIndividualsPresenter = A.Fake <IExtractIndividualsFromPopulationPresenter>();
     A.CallTo(() => _applicationController.Start <IExtractIndividualsFromPopulationPresenter>()).Returns(_extractIndividualsPresenter);
 }
 public void AttachPresenter(IExtractIndividualsFromPopulationPresenter presenter)
 {
     _presenter = presenter;
 }