org.sonar.test.i18n
Class I18nMatchers

java.lang.Object
  extended by org.sonar.test.i18n.I18nMatchers

public final class I18nMatchers
extends Object


Method Summary
static void assertBundlesUpToDate()
          Checks that all the translation bundles found on the classpath are up to date with the corresponding default ones found in the classpath.
static BundleSynchronizedMatcher isBundleUpToDate()
          Returns a matcher which checks that a translation bundle is up to date with the corresponding default one found in the classpath.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

isBundleUpToDate

public static BundleSynchronizedMatcher isBundleUpToDate()
Returns a matcher which checks that a translation bundle is up to date with the corresponding default one found in the classpath.

Returns:
the matcher

assertBundlesUpToDate

public static void assertBundlesUpToDate()
Checks that all the translation bundles found on the classpath are up to date with the corresponding default ones found in the classpath.



Copyright © 2009-2014 SonarSource. All Rights Reserved.