public class BoundaryUtils
Type Params | Return Type | Name and description |
---|---|---|
|
public static java.lang.String |
createCharacterArray(java.lang.String availableValues, java.lang.Integer size) create string of specified size from random characters specified by availableValues |
|
public static java.lang.String |
createDate(java.lang.String restrictionDate, int daysOffset, java.text.SimpleDateFormat format) creates date in string representation that is differs from restrictionDate by daysOffset number of days |
|
public static java.lang.String |
createInteger(int value, int offset) Creates integer in string representation that is differs from value by offset number |
|
public static java.lang.String |
createTime(java.lang.String restrictionTime, int minutesOffset, java.text.SimpleDateFormat format) creates time in string representation that is differs from minutesOffset by minutesOffset number of minutes |
|
public static java.lang.String |
randomCharacter(java.lang.String availableValues) returns one random character from specified availableValues string |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
create string of specified size from random characters specified by availableValues
creates date in string representation that is differs from restrictionDate by daysOffset number of days
Creates integer in string representation that is differs from value by offset number
creates time in string representation that is differs from minutesOffset by minutesOffset number of minutes
returns one random character from specified availableValues string