/** Auto generated test method */
  public void testupdateTenant() 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.UpdateTenant updateTenant156 =
        (org.wso2.carbon.tenant.mgt.services.UpdateTenant)
            getTestObject(org.wso2.carbon.tenant.mgt.services.UpdateTenant.class);
    // TODO : Fill in the updateTenant156 here

    // There is no output to be tested!
    stub.updateTenant(updateTenant156);
  }