Exemplo n.º 1
0
 public UpdatableWrapperTests()
 {
     this.serviceFactory = new ServiceSimulatorFactory();
 }
Exemplo n.º 2
0
 public DataServiceExecutionProviderTests()
 {
     this.serviceFactory = new ServiceSimulatorFactory();
 }
Exemplo n.º 3
0
 public RequestUriProcessorTests()
 {
     this.serviceFactory = new ServiceSimulatorFactory();
     this.PopulateTestMetadata();
     this.serviceFactory.SetDataSource(new TestEntityContext());
 }