예제 #1
0
 public UpdatableWrapperTests()
 {
     this.serviceFactory = new ServiceSimulatorFactory();
 }
예제 #2
0
 public DataServiceExecutionProviderTests()
 {
     this.serviceFactory = new ServiceSimulatorFactory();
 }
예제 #3
0
 public RequestUriProcessorTests()
 {
     this.serviceFactory = new ServiceSimulatorFactory();
     this.PopulateTestMetadata();
     this.serviceFactory.SetDataSource(new TestEntityContext());
 }