Example #1
0
 public void FeedManager_Initialise_Throws_If_Called_Twice()
 {
     _Manager.Initialise();
     _Manager.Initialise();
 }