]> source.dussan.org Git - sonarqube.git/commit
Add integration tests on updatecenter and testing categories
authorSimon Brandhof <simon.brandhof@sonarsource.com>
Fri, 26 Jun 2015 17:56:08 +0000 (19:56 +0200)
committerSimon Brandhof <simon.brandhof@sonarsource.com>
Mon, 29 Jun 2015 09:03:33 +0000 (11:03 +0200)
commitb69c9535ee7abef287dfd9dd53332620cfe3a54a
tree373269fa6c9b6f17b85677c07ee944ecdea6732f
parent64ff328a9bc2cf0ea575599d37ea6dfe4ac6274e
Add integration tests on updatecenter and testing categories
35 files changed:
it/it-plugins/pom.xml
it/it-plugins/sonar-fake-plugin/pom.xml [new file with mode: 0644]
it/it-plugins/sonar-fake-plugin/src/main/java/FakePlugin.java [new file with mode: 0644]
it/it-tests/pom.xml
it/it-tests/src/test/java/qualitygate/QualityGateNotificationTest.java
it/it-tests/src/test/java/testing/suite/CoverageTest.java [new file with mode: 0644]
it/it-tests/src/test/java/testing/suite/CoverageTrackingTest.java [new file with mode: 0644]
it/it-tests/src/test/java/testing/suite/TestExecutionTest.java [new file with mode: 0644]
it/it-tests/src/test/java/testing/suite/TestingTestSuite.java [new file with mode: 0644]
it/it-tests/src/test/java/updatecenter/UpdateCenterSystemUpdateTest.java [new file with mode: 0644]
it/it-tests/src/test/java/updatecenter/UpdateCenterTest.java [new file with mode: 0644]
it/it-tests/src/test/java/util/ItUtils.java
it/it-tests/src/test/resources/qualitygate/notifications/activate_notification_channels.html [new file with mode: 0644]
it/it-tests/src/test/resources/qualitygate/notifications/email_configuration.html [new file with mode: 0644]
it/it-tests/src/test/resources/selenium/qualitygate/notifications/activate_notification_channels.html [deleted file]
it/it-tests/src/test/resources/selenium/qualitygate/notifications/email_configuration.html [deleted file]
it/it-tests/src/test/resources/testing/suite/CoverageTest/it_coverage-expected.json [new file with mode: 0644]
it/it-tests/src/test/resources/testing/suite/CoverageTest/unit_test_coverage-expected.json [new file with mode: 0644]
it/it-tests/src/test/resources/testing/suite/CoverageTest/unit_test_coverage_no_condition-expected.json [new file with mode: 0644]
it/it-tests/src/test/resources/testing/suite/CoverageTest/ut_and_it_coverage-expected.json [new file with mode: 0644]
it/it-tests/src/test/resources/testing/suite/CoverageTrackingTest/covered_files-expected.json [new file with mode: 0644]
it/it-tests/src/test/resources/testing/suite/CoverageTrackingTest/tests-expected.json [new file with mode: 0644]
it/it-tests/src/test/resources/testing/suite/TestExecutionTest/expected.json [new file with mode: 0644]
it/it-tests/src/test/resources/updatecenter/UpdateCenterTest/update-center-dependencies.properties [new file with mode: 0644]
it/it-tests/src/test/resources/updatecenter/UpdateCenterTest/update-center-system-update-with-already-compatible-plugins.properties [new file with mode: 0644]
it/it-tests/src/test/resources/updatecenter/UpdateCenterTest/update-center-with-missing-plugin-version.properties [new file with mode: 0644]
it/it-tests/src/test/resources/updatecenter/UpdateCenterTest/update-center.properties [new file with mode: 0644]
it/it-tests/src/test/resources/updatecenter/available-plugins.html [new file with mode: 0644]
it/it-tests/src/test/resources/updatecenter/installed-plugins.html [new file with mode: 0644]
it/it-tests/src/test/resources/updatecenter/plugin-updates.html [new file with mode: 0644]
it/it-tests/src/test/resources/updatecenter/refresh-update-center.html [new file with mode: 0644]
it/it-tests/src/test/resources/updatecenter/system-updates-with-missing-installed-plugin-version.html [new file with mode: 0644]
it/it-tests/src/test/resources/updatecenter/system-updates-without-plugin-updates.html [new file with mode: 0644]
it/it-tests/src/test/resources/updatecenter/system-updates.html [new file with mode: 0644]
it/pom.xml