Uses of Class
dev.orne.test.rnd.params.StringGenerationParameters
Packages that use StringGenerationParameters
Package
Description
Package for built in
Generator
implementations.Package for parameterizable generators system.
-
Uses of StringGenerationParameters in dev.orne.test.rnd.generators
Methods in dev.orne.test.rnd.generators that return StringGenerationParametersModifier and TypeMethodDescriptionstatic @NotNull StringGenerationParameters
StringGenerator.createParameters()
Returns a new instance of generation parameters.Methods in dev.orne.test.rnd.generators with parameters of type StringGenerationParametersModifier and TypeMethodDescription@NotNull String
StringGenerator.defaultValue
(@NotNull StringGenerationParameters parameters) Returns the default value of the supported type for the specified parameters.protected int
StringGenerator.randomSize
(@NotNull StringGenerationParameters parameters) Returns a random string length.protected @NotNull String
StringGenerator.randomString
(@NotNull StringGenerationParameters parameters) Returns a random sized string.@NotNull String
StringGenerator.randomValue
(@NotNull StringGenerationParameters parameters) Returns a random value of the supported type for the specified parameters.protected void
StringGenerator.validateParameters
(@NotNull StringGenerationParameters parameters) Validates that the parameters contain enough information to generate the values. -
Uses of StringGenerationParameters in dev.orne.test.rnd.params
Methods in dev.orne.test.rnd.params that return StringGenerationParametersModifier and TypeMethodDescription@NotNull StringGenerationParameters
StringGenerationParameters.withMaxSize
(int value) Sets the maximum size.@NotNull StringGenerationParameters
StringGenerationParameters.withMinSize
(int value) Sets the minimum size.@NotNull StringGenerationParameters
StringGenerationParameters.withNullable
(boolean nullable) Sets if anull
value is accepted.