public void SetUp() { this.transportService = A.Fake <ITransportService>(); this.testee = new SearchStationViewModel(this.transportService); }
public void SetUp() { this.transportService = A.Fake<ITransportService>(); this.testee = new SearchStationViewModel(this.transportService); }