Ejemplo n.º 1
0
        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);
        }