public void getAuthIDTest()
 {
     ThreetapsClient_Accessor target = new ThreetapsClient_Accessor(); // TODO: Initialize to an appropriate value
       string expected = string.Empty; // TODO: Initialize to an appropriate value
       string actual;
       actual = target.getAuthID();
       Assert.AreEqual(expected, actual);
       Assert.Inconclusive("Verify the correctness of this test method.");
 }
 public void geocoderClientTest()
 {
     ThreetapsClient_Accessor target = new ThreetapsClient_Accessor(); // TODO: Initialize to an appropriate value
       GeocoderClient expected = null; // TODO: Initialize to an appropriate value
       GeocoderClient actual;
       target.geocoderClient = expected;
       actual = target.geocoderClient;
       Assert.AreEqual(expected, actual);
       Assert.Inconclusive("Verify the correctness of this test method.");
 }
 public void ThreetapsClientConstructorTest()
 {
     ThreetapsClient_Accessor target = new ThreetapsClient_Accessor();
       Assert.Inconclusive("TODO: Implement code to verify target");
 }