Class BundleUtilitiesTest


  • public class BundleUtilitiesTest
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void test​(java.util.Locale locale, java.lang.String resourceName, java.lang.Object[] params, java.lang.String expectedResult)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BundleUtilitiesTest

        public BundleUtilitiesTest()
    • Method Detail

      • test

        public void test​(@Nonnull
                         java.util.Locale locale,
                         @Nonnull
                         java.lang.String resourceName,
                         @Nonnull
                         java.lang.Object[] params,
                         @Nonnull
                         java.lang.String expectedResult)