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 StringGenerationParametersStringGenerator.createParameters()Returns a new instance of generation parameters.Methods in dev.orne.test.rnd.generators with parameters of type StringGenerationParametersModifier and TypeMethodDescription@NotNull StringStringGenerator.defaultValue(@NotNull StringGenerationParameters parameters) Returns the default value of the supported type for the specified parameters.protected intStringGenerator.randomSize(@NotNull StringGenerationParameters parameters) Returns a random string length.protected @NotNull StringStringGenerator.randomString(@NotNull StringGenerationParameters parameters) Returns a random sized string.@NotNull StringStringGenerator.randomValue(@NotNull StringGenerationParameters parameters) Returns a random value of the supported type for the specified parameters.protected voidStringGenerator.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 StringGenerationParametersStringGenerationParameters.withMaxSize(int value) Sets the maximum size.@NotNull StringGenerationParametersStringGenerationParameters.withMinSize(int value) Sets the minimum size.@NotNull StringGenerationParametersStringGenerationParameters.withNullable(boolean nullable) Sets if anullvalue is accepted.