aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-testing-harness/src/test
Commit message (Collapse)AuthorAgeFilesLines
* Clean-up TestUtilsSimon Brandhof2017-02-192-34/+0
| | | | | The methods getResource() and newTempDir() are rarely used and should be moved to the callers
* SONAR-8637 Update POM parent versionTeryk Bellahsene2017-02-105-10/+10
|
* Fix project title in copyright headersSimon Brandhof2016-01-135-5/+5
|
* Upgrade to parent 26 and new copyright headersSimon Brandhof2016-01-055-20/+20
|
* JsonAssert can ignore fields and small improvementsTeryk Bellahsene2015-08-272-31/+31
|
* Fix deprecated codeDavid Gageot2015-07-071-1/+1
|
* Redundant throws clause in testsDavid Gageot2015-05-072-16/+16
|
* Replace lib org.skyscreamer.jsonassert by org.sonar.test.JsonAssert.Simon Brandhof2015-03-204-0/+277
| | | | This class supports lenient comparison of datetime values.
* Replace fest-assert by assertJSimon Brandhof2015-01-101-2/+2
|
* Shared elasticsearch instance for server testsSimon Brandhof2014-11-301-0/+12
|
* Maven profiles for each technical stackSimon Brandhof2014-09-301-0/+44
| | | | and remove sonar-channel helpers from sonar-testing-harness
* Upgrade hamcrest and fix conflicts with JUnit and MockitoSimon Brandhof2014-06-201-20/+25
|
* Remove the class MoreConditions from sonar-testing-harnessSimon Brandhof2014-04-231-109/+0
|
* Remove XMLUnit from sonar-testing-harnessSimon Brandhof2014-04-231-42/+3
|
* SONAR-5128 Package a release version of sonar-channelSimon Brandhof2014-03-141-63/+0
|
* Update copyright headers (replace 2013 by 2014)Simon Brandhof2014-03-115-5/+5
|
* Sanitize sonar-testing-harnessSimon Brandhof2014-01-231-19/+13
|
* Update copyright headersSimon Brandhof2013-04-225-20/+20
|
* SONAR-4252 rename Sonar to SonarQube in source headersSimon Brandhof2013-04-215-15/+15
|
* SONAR-3736 Fix regression (additional keys not displayed if any)Fabrice Bellingard2012-10-032-1/+9
|
* SONAR-3736 Add missing filesFabrice Bellingard2012-09-202-0/+3
|
* SONAR-3736 Use Maven dependencies for I18n Harmcrest matchersFabrice Bellingard2012-09-1910-160/+146
| | | | - Do not use URLs anymore, to make it easier to test (no need for an internet connection)
* Fix warningsDavid Gageot2012-07-041-5/+5
|
* SONAR-3581 Tool to validate a l10n bundle based on multiple plugins Fabrice Bellingard2012-06-223-19/+106
|
* Create 'My Favourites' Dashboard through extension point.David Gageot2012-05-251-0/+20
| | | The dashboard is created but not activated.
* SONAR-3016 More work on extension point for filter templateDavid Gageot2012-05-221-0/+37
| | | Recognize more filter criterias
* Add test helpers and refactor TestUtils a bit.David Gageot2012-04-271-0/+52
|
* Update copyright header for this new yearSimon Brandhof2012-01-103-3/+3
|
* SONAR-2846 API: the i18n Hamcrest matcher should not fail if some keys are ↵Simon Brandhof2011-09-293-18/+14
| | | | not defined in the reference bundle
* SONAR-2693 the list of missing translations must be copyable and must ↵Simon Brandhof2011-09-161-6/+7
| | | | contain english values
* SONAR-2693 Make it possible to pass the sonar version to the matcherFabrice Bellingard2011-09-122-6/+4
| | | | | | - In order to remove the magic of getting the version of Sonar via the POM - Documentation also added on the I18nMatchers static methods
* SONAR-2693 Improve I18n Harmcrest matcherFabrice Bellingard2011-09-082-4/+18
| | | | | | | | | - #isBundleSynchronized replace by #isBundleUpToDate - #assertAllBundlesUpToDate static method added to avoid specifying files one by one - if bundles are Core bundles translations, then the original bundles are searched on Github using the Sonar version specified by the "sonar.version" property in the POM
* SONAR-2693 Improve unit tests for I18n Harmcrest matcherFabrice Bellingard2011-09-022-6/+19
|
* SONAR-2693 Hamcrest matcher to compare a pair of translation bundlesFabrice Bellingard2011-09-027-0/+146
| | | | | First commit and push to GitHub before activating other tests that require this code to be pushed.
* Upgrade copyright headerssimonbrandhof2011-02-042-2/+2
|
* SONAR-236 remove deprecated code from checkstyle plugin + display default ↵simonbrandhof2010-09-063-0/+157
value of rule parameters in Q profile console