/** Auto generated test method */
  public void testStartdeactivateTenant() throws java.lang.Exception {
    org.wso2.carbon.tenant.mgt.services.TenantMgtAdminServiceStub stub =
        new org.wso2.carbon.tenant.mgt.services.TenantMgtAdminServiceStub();
    org.wso2.carbon.tenant.mgt.services.DeactivateTenant deactivateTenant158 =
        (org.wso2.carbon.tenant.mgt.services.DeactivateTenant)
            getTestObject(org.wso2.carbon.tenant.mgt.services.DeactivateTenant.class);
    // TODO : Fill in the deactivateTenant158 here

    stub.startdeactivateTenant(deactivateTenant158, new tempCallbackN10046());
  }
  /** Auto generated test method */
  public void testStartaddTenant() throws java.lang.Exception {
    org.wso2.carbon.tenant.mgt.services.TenantMgtAdminServiceStub stub =
        new org.wso2.carbon.tenant.mgt.services.TenantMgtAdminServiceStub();
    org.wso2.carbon.tenant.mgt.services.AddTenant addTenant169 =
        (org.wso2.carbon.tenant.mgt.services.AddTenant)
            getTestObject(org.wso2.carbon.tenant.mgt.services.AddTenant.class);
    // TODO : Fill in the addTenant169 here

    stub.startaddTenant(addTenant169, new tempCallbackN101A1());
  }
  /** Auto generated test method */
  public void testStartupdateTenantPassword() throws java.lang.Exception {
    org.wso2.carbon.tenant.mgt.services.TenantMgtAdminServiceStub stub =
        new org.wso2.carbon.tenant.mgt.services.TenantMgtAdminServiceStub();
    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

    stub.startupdateTenantPassword(updateTenantPassword171, new tempCallbackN101DE());
  }
  /** Auto generated test method */
  public void testStartupdateTenant() throws java.lang.Exception {
    org.wso2.carbon.tenant.mgt.services.TenantMgtAdminServiceStub stub =
        new org.wso2.carbon.tenant.mgt.services.TenantMgtAdminServiceStub();
    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

    stub.startupdateTenant(updateTenant156, new tempCallbackN1000C());
  }
  /** Auto generated test method */
  public void testStartretrievePaginatedTenants() throws java.lang.Exception {
    org.wso2.carbon.tenant.mgt.services.TenantMgtAdminServiceStub stub =
        new org.wso2.carbon.tenant.mgt.services.TenantMgtAdminServiceStub();
    org.wso2.carbon.tenant.mgt.services.RetrievePaginatedTenants retrievePaginatedTenants166 =
        (org.wso2.carbon.tenant.mgt.services.RetrievePaginatedTenants)
            getTestObject(org.wso2.carbon.tenant.mgt.services.RetrievePaginatedTenants.class);
    // TODO : Fill in the retrievePaginatedTenants166 here

    stub.startretrievePaginatedTenants(retrievePaginatedTenants166, new tempCallbackN10134());
  }
  /** Auto generated test method */
  public void testStartgetTenant() throws java.lang.Exception {
    org.wso2.carbon.tenant.mgt.services.TenantMgtAdminServiceStub stub =
        new org.wso2.carbon.tenant.mgt.services.TenantMgtAdminServiceStub();
    org.wso2.carbon.tenant.mgt.services.GetTenant getTenant164 =
        (org.wso2.carbon.tenant.mgt.services.GetTenant)
            getTestObject(org.wso2.carbon.tenant.mgt.services.GetTenant.class);
    // TODO : Fill in the getTenant164 here

    stub.startgetTenant(getTenant164, new tempCallbackN100F7());
  }
  /** 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));
  }
  /** Auto generated test method */
  public void testaddTenant() 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.AddTenant addTenant169 =
        (org.wso2.carbon.tenant.mgt.services.AddTenant)
            getTestObject(org.wso2.carbon.tenant.mgt.services.AddTenant.class);
    // TODO : Fill in the addTenant169 here

    assertNotNull(stub.addTenant(addTenant169));
  }
  /** Auto generated test method */
  public void testrestartTenant() 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.RestartTenant restartTenant168 =
        (org.wso2.carbon.tenant.mgt.services.RestartTenant)
            getTestObject(org.wso2.carbon.tenant.mgt.services.RestartTenant.class);
    // TODO : Fill in the restartTenant168 here

    // There is no output to be tested!
    stub.restartTenant(restartTenant168);
  }
  /** Auto generated test method */
  public void testretrievePaginatedTenants() 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.RetrievePaginatedTenants retrievePaginatedTenants166 =
        (org.wso2.carbon.tenant.mgt.services.RetrievePaginatedTenants)
            getTestObject(org.wso2.carbon.tenant.mgt.services.RetrievePaginatedTenants.class);
    // TODO : Fill in the retrievePaginatedTenants166 here

    assertNotNull(stub.retrievePaginatedTenants(retrievePaginatedTenants166));
  }