public class RegexPatterns
extends java.lang.Object
Constructor and Description |
---|
RegexPatterns() |
Modifier and Type | Method and Description |
---|---|
void |
amounts() |
void |
ar_EG_Locale()
Test method for AR EG Locale
grouping=,
decimal=.
|
void |
dates() |
void |
dateTimes() |
void |
durations() |
void |
en_US_Locale()
Test method for EN US Locale
grouping=,
decimal=.
|
void |
es_SP_Locale()
Test method for ES SP Locale
grouping=.
|
void |
floats() |
void |
integers() |
void |
ja_JP_Locale()
Test method for JA JP Locale
grouping=,
decimal=.
|
void |
negativeAmounts() |
void |
negativeDate() |
void |
negativeDateTime() |
void |
negativeDurations() |
void |
negativeFloat() |
void |
negativeInteger() |
void |
negativeTime() |
void |
setup() |
void |
setupLocale(java.util.Locale locale) |
void |
setupLocale(java.util.Locale locale,
java.lang.String calType) |
void |
times() |
public void setup()
public void integers()
public void negativeInteger()
public void floats()
public void negativeFloat()
public void amounts()
public void negativeAmounts()
public void durations()
public void negativeDurations()
public void dates()
public void negativeDate()
public void times()
public void negativeTime()
public void dateTimes()
public void negativeDateTime()
public void en_US_Locale()
public void es_SP_Locale()
public void ja_JP_Locale()
public void ar_EG_Locale()
public void setupLocale(java.util.Locale locale)
public void setupLocale(java.util.Locale locale, java.lang.String calType)