public void SetUp()
 {
     _config = new SiteConfiguration();
     _model = new TestViewModel();
     _behavior = new set_the_current_site_details_on_the_output_viewmodel(_config);
 }
Esempio n. 2
0
 public void SetUp()
 {
     _config   = new SiteConfiguration();
     _model    = new TestViewModel();
     _behavior = new set_the_current_site_details_on_the_output_viewmodel(_config);
 }