A C D F G L M N P R S T V 

A

AbstractRandomDataProvider<T> - Class in net.joala.data.random
Abstract implementation of a random data provider.
AbstractRandomDataProvider() - Constructor for class net.joala.data.random.AbstractRandomDataProvider
 
AbstractRandomNumberProvider<T extends Comparable<? extends Number>> - Class in net.joala.data.random
Abstract data provider for numbers.
AbstractRandomNumberProvider(RandomNumberType<T>) - Constructor for class net.joala.data.random.AbstractRandomNumberProvider
Creates a random number provider bound to a specific type of numbers.
AbstractRandomNumberType<T extends Comparable<? extends Number>> - Class in net.joala.data.random
Abstract implementation of RandomNumberType holding the type of numbers to create.
AbstractRandomNumberType(Class<T>) - Constructor for class net.joala.data.random.AbstractRandomNumberType
Constructor specifying type of random numbers.

C

checkPercentageArgument(double) - Method in class net.joala.data.random.AbstractRandomNumberType
Verifies that the given percentage is between 0 and 1.

D

DataProvider<T> - Interface in net.joala.data
Interface for providing test data of the given type.
DataProvidingException - Exception in net.joala.data
Exception thrown when creating data for tests failed for any reason.
DataProvidingException() - Constructor for exception net.joala.data.DataProvidingException
Exception without cause and message.
DataProvidingException(Throwable) - Constructor for exception net.joala.data.DataProvidingException
Exception with a given cause.
DataProvidingException(String) - Constructor for exception net.joala.data.DataProvidingException
Exception with a given message.
DataProvidingException(String, Throwable) - Constructor for exception net.joala.data.DataProvidingException
Exception with given cause and message.
DefaultRandomStringProvider - Class in net.joala.data.random
 
DefaultRandomStringProvider() - Constructor for class net.joala.data.random.DefaultRandomStringProvider
 
DefaultRandomStringProvider(int) - Constructor for class net.joala.data.random.DefaultRandomStringProvider
 
DefaultRandomStringProvider(int, int) - Constructor for class net.joala.data.random.DefaultRandomStringProvider
 
DefaultRandomStringProvider(RandomStringType) - Constructor for class net.joala.data.random.DefaultRandomStringProvider
 
DefaultRandomStringProvider(RandomStringType, int) - Constructor for class net.joala.data.random.DefaultRandomStringProvider
 
DefaultRandomStringProvider(RandomStringType, int, int) - Constructor for class net.joala.data.random.DefaultRandomStringProvider
 

F

fixate() - Method in class net.joala.data.random.AbstractRandomDataProvider
 
fixate() - Method in interface net.joala.data.random.RandomDataProvider
Disbands any (obvious) configuration options.

G

get() - Method in interface net.joala.data.DataProvider
Retrieve a random data.
get() - Method in class net.joala.data.random.AbstractRandomNumberProvider
 
get() - Method in class net.joala.data.random.DefaultRandomStringProvider
 
get(int) - Method in enum net.joala.data.random.RandomStringType
Retrieve a random string of the given length.
getLength() - Method in class net.joala.data.random.DefaultRandomStringProvider
 
getNumberType() - Method in class net.joala.data.random.AbstractRandomNumberProvider
Return the number type used for random number generation.
getPostfix() - Method in class net.joala.data.random.DefaultRandomStringProvider
 
getPrefix() - Method in class net.joala.data.random.DefaultRandomStringProvider
 
getStringType() - Method in class net.joala.data.random.DefaultRandomStringProvider
 
getType() - Method in class net.joala.data.random.AbstractRandomNumberType
 
getType() - Method in interface net.joala.data.random.RandomNumberType
Type of the number.

L

length(int) - Method in class net.joala.data.random.DefaultRandomStringProvider
 
length(int) - Method in interface net.joala.data.random.RandomStringProvider
Specify the exact length of the strings to return.

M

max(T) - Method in class net.joala.data.random.AbstractRandomNumberProvider
 
max(T) - Method in interface net.joala.data.random.RandomNumberProvider
Specifies the maximum value to retrieve via random.
max() - Method in interface net.joala.data.random.RandomNumberType
The maximum value supported for this number type.
maxLength(int) - Method in class net.joala.data.random.DefaultRandomStringProvider
 
maxLength(int) - Method in interface net.joala.data.random.RandomStringProvider
Specify the maximum length of the strings to return.
min(T) - Method in class net.joala.data.random.AbstractRandomNumberProvider
 
min(T) - Method in interface net.joala.data.random.RandomNumberProvider
Specifies the minimum value to retrieve via random.
min() - Method in interface net.joala.data.random.RandomNumberType
The minimum value supported for this number type.
minLength(int) - Method in class net.joala.data.random.DefaultRandomStringProvider
 
minLength(int) - Method in interface net.joala.data.random.RandomStringProvider
Specify the minimum length of the strings to return.

N

net.joala.data - package net.joala.data
Contains classes to provide data as test artifacts for your tests.
net.joala.data.random - package net.joala.data.random
Contains classes to generate random data.

P

percentOf(double, T) - Method in interface net.joala.data.random.RandomNumberType
Return the percentage of the given value.
postfix(String) - Method in class net.joala.data.random.DefaultRandomStringProvider
 
postfix(String) - Method in interface net.joala.data.random.RandomStringProvider
Specify a postfix to attach to the random string.
prefix(String) - Method in class net.joala.data.random.DefaultRandomStringProvider
 
prefix(String) - Method in interface net.joala.data.random.RandomStringProvider
Specify a prefix to put in front of the random string.

R

RandomDataProvider<T> - Interface in net.joala.data.random
Provides random data.
RandomDoubleProvider - Class in net.joala.data.random
Random number provider for double values.
RandomDoubleProvider() - Constructor for class net.joala.data.random.RandomDoubleProvider
Creates a random number provider for double values.
RandomFloatProvider - Class in net.joala.data.random
Random number provider for float values.
RandomFloatProvider() - Constructor for class net.joala.data.random.RandomFloatProvider
Creates a random number provider for float values.
RandomIntegerProvider - Class in net.joala.data.random
Random number provider for integer values.
RandomIntegerProvider() - Constructor for class net.joala.data.random.RandomIntegerProvider
Creates a random number provider for integer values.
RandomLongProvider - Class in net.joala.data.random
Random number provider for long values.
RandomLongProvider() - Constructor for class net.joala.data.random.RandomLongProvider
Creates a random number provider for long values.
RandomNumberProvider<T extends Comparable<? extends Number>> - Interface in net.joala.data.random
Provides random numbers.
RandomNumberType<T extends Comparable<? extends Number>> - Interface in net.joala.data.random
Describes random numbers to create.
RandomStringProvider - Interface in net.joala.data.random
Provides random strings, typically of some minimum and maximum length and with specified types of characters contained.
RandomStringType - Enum in net.joala.data.random
Types of characters to support in random string generation.

S

sum(T, T) - Method in interface net.joala.data.random.RandomNumberType
Create the sum of the two values.

T

toString() - Method in class net.joala.data.random.AbstractRandomNumberProvider
 
toString() - Method in class net.joala.data.random.AbstractRandomNumberType
 
toString() - Method in class net.joala.data.random.DefaultRandomStringProvider
 
toString() - Method in enum net.joala.data.random.RandomStringType
 
type(RandomStringType) - Method in class net.joala.data.random.DefaultRandomStringProvider
 
type(RandomStringType) - Method in interface net.joala.data.random.RandomStringProvider
Specify the type of characters to create.

V

valueOf(String) - Static method in enum net.joala.data.random.RandomStringType
Returns the enum constant of this type with the specified name.
values() - Static method in enum net.joala.data.random.RandomStringType
Returns an array containing the constants of this enum type, in the order they are declared.
A C D F G L M N P R S T V 

Copyright © 2011-2013 CoreMedia AG. All Rights Reserved.