Exemplo n.º 1
0
        public void FileFindNothingTest()
        {
            _tourItemFactory.ChangeDataSource(2);
            List <TourItem> foundList = _tourItemFactory.Search("aseljdjhaslvbjkashfjkesh");

            Assert.AreEqual(0, foundList.Count);
        }
Exemplo n.º 2
0
 public void Setup()
 {
     _tourItemFactory = new TourItemFactoryImpl();
     _tourItemFactory.ChangeDataSource(1);
 }