/** 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));
  }