psdi.webclient.system.runtime.unittest

Class RegexPatterns

  • java.lang.Object
    • psdi.webclient.system.runtime.unittest.RegexPatterns


  • public class RegexPatterns
    extends java.lang.Object
    • Constructor Detail

      • RegexPatterns

        public RegexPatterns()
    • Method Detail

      • setup

        public void setup()
      • integers

        public void integers()
      • negativeInteger

        public void negativeInteger()
      • floats

        public void floats()
      • negativeFloat

        public void negativeFloat()
      • amounts

        public void amounts()
      • negativeAmounts

        public void negativeAmounts()
      • durations

        public void durations()
      • negativeDurations

        public void negativeDurations()
      • dates

        public void dates()
      • negativeDate

        public void negativeDate()
      • times

        public void times()
      • negativeTime

        public void negativeTime()
      • dateTimes

        public void dateTimes()
      • negativeDateTime

        public void negativeDateTime()
      • en_US_Locale

        public void en_US_Locale()
        Test method for EN US Locale grouping=, decimal=. datetimepattern=M/d/yy h:mm:ss a months=(January|February|March|April|May|June|July|August|September|October|November|December|Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)
      • es_SP_Locale

        public void es_SP_Locale()
        Test method for ES SP Locale grouping=. decimal=, datetimepattern=d/MM/yy H:mm:ss months=(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre|ene|feb|mar|abr|may|jun|jul|ago|sep|oct|nov|dic)
      • ja_JP_Locale

        public void ja_JP_Locale()
        Test method for JA JP Locale grouping=, decimal=. datetimepattern=yy/MM/dd H:mm:ss months=(1月|2月|3月|4月|5月|6月|7月|8月|9月|10月|11月|12月|1|2|3|4|5|6|7|8|9|10|11|12)
      • ar_EG_Locale

        public void ar_EG_Locale()
        Test method for AR EG Locale grouping=, decimal=. datetimepattern=dd/MM/yy hh:mm:ss a
      • setupLocale

        public void setupLocale(java.util.Locale locale)
      • setupLocale

        public void setupLocale(java.util.Locale locale,
                                java.lang.String calType)