Esempio n. 1
0
 public SpatialReaderTests()
 {
     this.implementation = new DataServicesSpatialImplementation();
 }
 public void TestInitialize()
 {
     testSubject = new DataServicesSpatialImplementation();
 }
Esempio n. 3
0
 public void Initialize()
 {
     this.implementation = new DataServicesSpatialImplementation();
 }
 public DataServicesSpatialImplementationTests()
 {
     testSubject = new DataServicesSpatialImplementation();
 }
 public void TestInit()
 {
     implementation = new DataServicesSpatialImplementation();
 }