Exemplo n.º 1
0
 public void Setup()
 {
     _conventions = new FakeConventions();
     _factory = new FakeTableFactory(_conventions);
 }
Exemplo n.º 2
0
 public void Setup()
 {
     _conventions = new FakeConventions();
     _table = new Table<OrderDetail>(new Mock<ITableFactory>().Object, _conventions);
 }
Exemplo n.º 3
0
        public void Setup()
        {
            _conventions = new FakeConventions();

            _table = new Table<Product>(new Mock<ITableFactory>().Object, _conventions);
        }