]> source.dussan.org Git - sonarqube.git/commit
SONAR-8694 separate the concerns of ComponentIndexTests
authorDaniel Schwarz <daniel.schwarz@sonarsource.com>
Thu, 26 Jan 2017 10:10:31 +0000 (11:10 +0100)
committerDaniel Schwarz <bartfastiel@users.noreply.github.com>
Fri, 27 Jan 2017 15:57:10 +0000 (16:57 +0100)
commit4c613205251e2d9b0341557eb380d8538a11c478
tree06c9c2d07bbe5722508eb496fe79ac1454737df7
parent7f974fc34295da1ec4bc937d4df536e86f37306c
SONAR-8694 separate the concerns of ComponentIndexTests
server/sonar-server/src/test/java/org/sonar/server/component/index/ComponentIndexCombinationTest.java [new file with mode: 0644]
server/sonar-server/src/test/java/org/sonar/server/component/index/ComponentIndexFeatureFuzzyTest.java [new file with mode: 0644]
server/sonar-server/src/test/java/org/sonar/server/component/index/ComponentIndexFeatureKeyTest.java [new file with mode: 0644]
server/sonar-server/src/test/java/org/sonar/server/component/index/ComponentIndexFeaturePartialTest.java [new file with mode: 0644]
server/sonar-server/src/test/java/org/sonar/server/component/index/ComponentIndexLoginTest.java [new file with mode: 0644]
server/sonar-server/src/test/java/org/sonar/server/component/index/ComponentIndexScoreTest.java [new file with mode: 0644]
server/sonar-server/src/test/java/org/sonar/server/component/index/ComponentIndexSearchFeatureRule.java
server/sonar-server/src/test/java/org/sonar/server/component/index/ComponentIndexTest.java