public void SetUp()
 {
     this.teamCityCaller = A.Fake <ITeamCityCaller>();
     this.testee         = new ServerInformation(this.teamCityCaller);
 }
 public void SetUp()
 {
     this.teamCityCaller = A.Fake<ITeamCityCaller>();
     this.testee = new ServerInformation(this.teamCityCaller);
 }