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