/** Auto generated test method */
  public void testupdateTenantPassword() throws java.lang.Exception {

    org.wso2.carbon.tenant.mgt.services.TenantMgtAdminServiceStub stub =
        new org.wso2.carbon.tenant.mgt.services
            .TenantMgtAdminServiceStub(); // the default implementation should point to the right
                                          // endpoint

    org.wso2.carbon.tenant.mgt.services.UpdateTenantPassword updateTenantPassword171 =
        (org.wso2.carbon.tenant.mgt.services.UpdateTenantPassword)
            getTestObject(org.wso2.carbon.tenant.mgt.services.UpdateTenantPassword.class);
    // TODO : Fill in the updateTenantPassword171 here

    assertNotNull(stub.updateTenantPassword(updateTenantPassword171));
  }