aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-testing-harness/src/test
Commit message (Collapse)AuthorAgeFilesLines
* 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