import it.analysis.ProjectProvisioningTest;
import it.analysis.SettingsEncryptionTest;
import it.analysis.TempFolderTest;
-import it.analysisExclusion.FileExclusionsTest;
-import it.analysisExclusion.IssueExclusionsTest;
-import it.duplication.CrossProjectDuplicationsTest;
-import it.duplication.DuplicationsTest;
import org.junit.ClassRule;
import org.junit.runner.RunWith;
import org.junit.runners.Suite;
import com.sonar.orchestrator.build.BuildResult;
import com.sonar.orchestrator.build.SonarRunner;
import com.sonar.orchestrator.locator.FileLocation;
-import it.Category3Suite;
import it.Category4Suite;
import org.junit.Before;
import org.junit.ClassRule;
import com.sonar.orchestrator.Orchestrator;
import com.sonar.orchestrator.build.MavenBuild;
-import it.Category3Suite;
import it.Category4Suite;
import org.junit.Before;
import org.junit.ClassRule;
import com.sonar.orchestrator.Orchestrator;
import com.sonar.orchestrator.build.MavenBuild;
-import it.Category3Suite;
import it.Category4Suite;
import org.junit.BeforeClass;
import org.junit.ClassRule;
import org.junit.Rule;
import org.junit.Test;
import org.junit.rules.ExpectedException;
-import util.ItUtils;
import util.selenium.SeleneseTest;
import static util.ItUtils.*;
import com.google.common.collect.Iterables;
import com.sonar.orchestrator.Orchestrator;
import com.sonar.orchestrator.build.SonarRunner;
-import com.sonar.orchestrator.locator.FileLocation;
import it.Category4Suite;
import java.util.List;
import org.junit.Before;
-import org.junit.BeforeClass;
import org.junit.ClassRule;
import org.junit.Test;
import org.sonar.wsclient.Sonar;
import static com.google.common.collect.Lists.newArrayList;
import static org.assertj.core.api.Assertions.assertThat;
import static util.ItUtils.projectDir;
-import static util.ItUtils.runProjectAnalysis;
/**
* TODO This test should not require an analysis, only provionning the project should be enough