Class I18nMatchers


  • public final class I18nMatchers
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      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.