Index

A B C D E G H M N P R S T U V 
All Classes and Interfaces|All Packages|Constant Field Values

A

assertNullableRandomGeneration(Generator, Class<T>, int, int) - Static method in class dev.orne.test.rnd.GeneratorsTestUtils
Assert that calling Generator.nullableRandomValue(Class<?>) for the specified type generates null and random values.
assertNullableRandomGeneration(ParameterizableGenerator, Class<T>, int, int, Object...) - Static method in class dev.orne.test.rnd.GeneratorsTestUtils
Assert that calling Generator.nullableRandomValue(Class<?>, Object...) for the specified type generates null and random values.
assertNullableRandomGeneration(TypedParameterizableGenerator<T>, int, int, Object...) - Static method in class dev.orne.test.rnd.GeneratorsTestUtils
Assert that calling TypedGenerator.nullableRandomValue(Object...) generates null and random values.
assertNullableRandomGeneration(TypedGenerator<T>, int, int) - Static method in class dev.orne.test.rnd.GeneratorsTestUtils
Assert that calling TypedGenerator.nullableRandomValue() generates null and random values.
assertNullableRandomGeneration(Class<T>, int, int) - Static method in class dev.orne.test.rnd.GeneratorsTestUtils
Assert that calling Generators.nullableRandomValue(Class<?>) for the specified type generates null and random values.
assertNullableRandomGeneration(Class<T>, int, int, Object...) - Static method in class dev.orne.test.rnd.GeneratorsTestUtils
Assert that calling Generators.nullableRandomValue(Class<?>, Object...) for the specified type generates null and random values.
assertNullableRandomGeneration(Supplier<T>, int, int) - Static method in class dev.orne.test.rnd.GeneratorsTestUtils
Assert that calling the specified supplier generates null and random values.
assertRandomGeneration(Generator, Class<T>, int, int) - Static method in class dev.orne.test.rnd.GeneratorsTestUtils
Assert that calling Generator.randomValue(Class<?>) for the specified type generates non null random values.
assertRandomGeneration(ParameterizableGenerator, Class<T>, int, int, Object...) - Static method in class dev.orne.test.rnd.GeneratorsTestUtils
Assert that calling ParameterizableGenerator.randomValue(Class<?>, Object...) for the specified type generates non null random values.
assertRandomGeneration(TypedParameterizableGenerator<T>, int, int, Object...) - Static method in class dev.orne.test.rnd.GeneratorsTestUtils
Assert that calling TypedParameterizableGenerator.randomValue(Object...) generates non null random values.
assertRandomGeneration(TypedGenerator<T>, int, int) - Static method in class dev.orne.test.rnd.GeneratorsTestUtils
Assert that calling TypedGenerator.randomValue() generates non null random values.
assertRandomGeneration(Class<T>, int, int) - Static method in class dev.orne.test.rnd.GeneratorsTestUtils
Assert that calling Generators.randomValue(Class<?>) for the specified type generates non null random values.
assertRandomGeneration(Class<T>, int, int, Object...) - Static method in class dev.orne.test.rnd.GeneratorsTestUtils
Assert that calling Generators.randomValue(Class<?>, Object...) for the specified type generates non null random values.
assertRandomGeneration(Supplier<T>, int, int) - Static method in class dev.orne.test.rnd.GeneratorsTestUtils
Assert that calling the specified supplier generates non null random values.
assertSupportsParametersType(ParametersSourceExtractor<?, ?>, Class<?>) - Static method in class dev.orne.test.rnd.params.BaseParametersSourceExtractorTest
Asserts that the specified generation parameters extractor supports specified generation parameters type.
assertSupportsParametersType(Class<?>) - Method in class dev.orne.test.rnd.params.BaseParametersSourceExtractorTest
Asserts that the tested generation parameters extractor type supports specified generation parameters type.
assertSupportsParametersType(Class<? extends ParametersSourceExtractor<?, ?>>, Class<?>) - Static method in class dev.orne.test.rnd.params.BaseParametersSourceExtractorTest
Asserts that the specified generation parameters extractor type supports specified generation parameters type.
assertSupportsSourceType(ParametersSourceExtractor<?, ?>, Class<?>) - Static method in class dev.orne.test.rnd.params.BaseParametersSourceExtractorTest
Asserts that the specified generation parameters extractor supports specified generation parameters source type.
assertSupportsSourceType(Class<?>) - Method in class dev.orne.test.rnd.params.BaseParametersSourceExtractorTest
Asserts that the tested generation parameters extractor type supports specified generation parameters source type.
assertSupportsSourceType(Class<? extends ParametersSourceExtractor<?, ?>>, Class<?>) - Static method in class dev.orne.test.rnd.params.BaseParametersSourceExtractorTest
Asserts that the specified generation parameters extractor type supports specified generation parameters source type.

B

BaseParametersSourceExtractorTest - Class in dev.orne.test.rnd.params
Base unit tests for ParametersSourceExtractor implementations.
BaseParametersSourceExtractorTest() - Constructor for class dev.orne.test.rnd.params.BaseParametersSourceExtractorTest
Creates a new instance.
BasicImpl() - Constructor for class dev.orne.test.rnd.it.CustomBasicGenerator.BasicImpl
Creates a new instance.

C

ConstraintIntrospectionTestType - Class in dev.orne.test.rnd.params
Utility class for constraint instrospection tests.
ConstraintIntrospectionTestType() - Constructor for class dev.orne.test.rnd.params.ConstraintIntrospectionTestType
Default constructor.
ConstraintIntrospectionTestType(String) - Constructor for class dev.orne.test.rnd.params.ConstraintIntrospectionTestType
Single parameter constructor.
ConstraintIntrospectionTestType(String, String, String) - Constructor for class dev.orne.test.rnd.params.ConstraintIntrospectionTestType
Multiple parameters constructor.
ConstraintIntrospectionTestType.Composed - Annotation Type in dev.orne.test.rnd.params
Test composed constraint.
ConstraintIntrospectionTestType.Group1 - Interface in dev.orne.test.rnd.params
Validation group 1.
ConstraintIntrospectionTestType.Group2 - Interface in dev.orne.test.rnd.params
Validation group 2.
CustomBasicGenerator - Class in dev.orne.test.rnd.it
Custom generator for an enumeration type that prevents generation of an undesired value.
CustomBasicGenerator() - Constructor for class dev.orne.test.rnd.it.CustomBasicGenerator
Creates a new instance.
CustomBasicGenerator.BasicImpl - Class in dev.orne.test.rnd.it
Test base bean.
CustomBasicGenerator.BasicInterface - Interface in dev.orne.test.rnd.it
Test interface.
CustomBasicGenerator.ExtendedImpl - Class in dev.orne.test.rnd.it
Test extended bean.

D

DEFAULT - Enum constant in enum dev.orne.test.rnd.it.EnumCustomGenerator.Values
The default enumeration constant.
defaultValue() - Method in class dev.orne.test.rnd.it.EnumCustomGenerator
defaultValue() - Method in class dev.orne.test.rnd.TestTypedGenerator
defaultValue(Class<T>) - Method in class dev.orne.test.rnd.it.CustomBasicGenerator
defaultValue(Class<T>) - Method in class dev.orne.test.rnd.MockGenerator
defaultValue(Class<T>) - Method in class dev.orne.test.rnd.TestGenerator
dev.orne.test.rnd - package dev.orne.test.rnd
 
dev.orne.test.rnd.generators - package dev.orne.test.rnd.generators
 
dev.orne.test.rnd.it - package dev.orne.test.rnd.it
 
dev.orne.test.rnd.junit - package dev.orne.test.rnd.junit
 
dev.orne.test.rnd.params - package dev.orne.test.rnd.params
 
DIGITS_FRA - Static variable in class dev.orne.test.rnd.params.ConstraintIntrospectionTestType
Fraction value for Digits constraints.
DIGITS_INT - Static variable in class dev.orne.test.rnd.params.ConstraintIntrospectionTestType
Integer value for Digits constraints.

E

EnumCustomGenerator - Class in dev.orne.test.rnd.it
Custom generator for an enumeration type that prevents generation of an undesired value.
EnumCustomGenerator() - Constructor for class dev.orne.test.rnd.it.EnumCustomGenerator
Creates a new instance.
EnumCustomGenerator.Values - Enum in dev.orne.test.rnd.it
Test enumeration.
equals(Object) - Method in class dev.orne.test.rnd.it.CustomBasicGenerator.BasicImpl
 
ExtendedImpl() - Constructor for class dev.orne.test.rnd.it.CustomBasicGenerator.ExtendedImpl
Creates a new instance.
extractParameters(MockSourceExtractor.Source, MockSourceExtractor.Params) - Method in class dev.orne.test.rnd.params.MockSourceExtractor
extractParameters(TestSourceExtractor.Source, TestSourceExtractor.Params) - Method in class dev.orne.test.rnd.params.TestSourceExtractor

G

GENERATED_VALUES - Static variable in class dev.orne.test.rnd.it.EnumCustomGenerator
The generated enumeration values.
GeneratorsTestUtils - Class in dev.orne.test.rnd
Utilities for generators test.
getCode() - Method in class dev.orne.test.rnd.it.CustomBasicGenerator.BasicImpl
 
getCode() - Method in interface dev.orne.test.rnd.it.CustomBasicGenerator.BasicInterface
Returns the code.
getCreationDate() - Method in class dev.orne.test.rnd.it.CustomBasicGenerator.ExtendedImpl
Returns the creation date.
getName() - Method in class dev.orne.test.rnd.it.CustomBasicGenerator.BasicImpl
 
getName() - Method in interface dev.orne.test.rnd.it.CustomBasicGenerator.BasicInterface
Returns the name.
getProp0() - Method in class dev.orne.test.rnd.params.ConstraintIntrospectionTestType
Returns bean property 0.
getProp1() - Method in class dev.orne.test.rnd.params.ConstraintIntrospectionTestType
Returns bean property 1.
getProp2() - Method in class dev.orne.test.rnd.params.ConstraintIntrospectionTestType
Returns bean property 2.
getType() - Method in class dev.orne.test.rnd.params.BaseParametersSourceExtractorTest
Returns the tested generation parameters extractor type.
getUpdateDate() - Method in class dev.orne.test.rnd.it.CustomBasicGenerator.ExtendedImpl
Returns the update date.
getValue() - Method in interface dev.orne.test.rnd.params.MockSourceExtractor.Source
Returns the test parameter value.
getValue() - Method in interface dev.orne.test.rnd.params.TestSourceExtractor.Source
Returns the test parameter value.
groups() - Element in annotation type dev.orne.test.rnd.params.ConstraintIntrospectionTestType.Composed
Returns the constraint groups.

H

hashCode() - Method in class dev.orne.test.rnd.it.CustomBasicGenerator.BasicImpl
 

M

message() - Element in annotation type dev.orne.test.rnd.params.ConstraintIntrospectionTestType.Composed
Returns the constraint message.
MockGenerator - Class in dev.orne.test.rnd
Mock implementation of Generator.
MockGenerator() - Constructor for class dev.orne.test.rnd.MockGenerator
Creates a new instance.
MockSourceExtractor - Class in dev.orne.test.rnd.params
Mock implementation of ParametersSourceExtractor.
MockSourceExtractor() - Constructor for class dev.orne.test.rnd.params.MockSourceExtractor
Creates a new instance.
MockSourceExtractor.Params - Interface in dev.orne.test.rnd.params
Test parameters type.
MockSourceExtractor.Source - Interface in dev.orne.test.rnd.params
Test parameters source type.

N

NON_DEFAULT_A - Enum constant in enum dev.orne.test.rnd.it.EnumCustomGenerator.Values
The non default enumeration constant.
NON_DEFAULT_B - Enum constant in enum dev.orne.test.rnd.it.EnumCustomGenerator.Values
The non default enumeration constant.
NON_DEFAULT_C - Enum constant in enum dev.orne.test.rnd.it.EnumCustomGenerator.Values
The non default enumeration constant.
nullableDefaultValue(Class<T>) - Method in class dev.orne.test.rnd.MockGenerator
nullableRandomValue(Class<T>) - Method in class dev.orne.test.rnd.MockGenerator

P

PARAM_CONSTRUCTOR - Static variable in class dev.orne.test.rnd.params.ConstraintIntrospectionTestType
Bean parameterized constructor.
PATTERN_REGEXP - Static variable in class dev.orne.test.rnd.params.ConstraintIntrospectionTestType
Regular expression for Pattern constraints.
payload() - Element in annotation type dev.orne.test.rnd.params.ConstraintIntrospectionTestType.Composed
Returns the constraint payload.
PRIORITY - Static variable in class dev.orne.test.rnd.TestGenerator
The generator priority.
PRIORITY - Static variable in class dev.orne.test.rnd.TestTypedGenerator
The generator priority.
PROP0_FIELD - Static variable in class dev.orne.test.rnd.params.ConstraintIntrospectionTestType
Bean property 0 field.
PROP0_GETTER_METHOD - Static variable in class dev.orne.test.rnd.params.ConstraintIntrospectionTestType
Bean property 0 getter method.
PROP1_FIELD - Static variable in class dev.orne.test.rnd.params.ConstraintIntrospectionTestType
Bean property 1 field.
PROP1_GETTER_METHOD - Static variable in class dev.orne.test.rnd.params.ConstraintIntrospectionTestType
Bean property 1 getter method.
PROP2_FIELD - Static variable in class dev.orne.test.rnd.params.ConstraintIntrospectionTestType
Bean property 2 field.

R

randomValue() - Method in class dev.orne.test.rnd.it.EnumCustomGenerator
randomValue() - Method in class dev.orne.test.rnd.TestTypedGenerator
randomValue(Class<T>) - Method in class dev.orne.test.rnd.it.CustomBasicGenerator
randomValue(Class<T>) - Method in class dev.orne.test.rnd.MockGenerator
randomValue(Class<T>) - Method in class dev.orne.test.rnd.TestGenerator

S

setCode(int) - Method in class dev.orne.test.rnd.it.CustomBasicGenerator.BasicImpl
Sets the code.
setCreationDate(OffsetDateTime) - Method in class dev.orne.test.rnd.it.CustomBasicGenerator.ExtendedImpl
Sets the creation date.
setName(String) - Method in class dev.orne.test.rnd.it.CustomBasicGenerator.BasicImpl
Sets the name.
setProp0(String) - Method in class dev.orne.test.rnd.params.ConstraintIntrospectionTestType
Sets bean property 0.
setProp1(String) - Method in class dev.orne.test.rnd.params.ConstraintIntrospectionTestType
Sets Bean property 1.
setProp2(String) - Method in class dev.orne.test.rnd.params.ConstraintIntrospectionTestType
Sets bean property 2.
setUpdateDate(OffsetDateTime) - Method in class dev.orne.test.rnd.it.CustomBasicGenerator.ExtendedImpl
Sets the update date.
setValue(String) - Method in interface dev.orne.test.rnd.params.MockSourceExtractor.Params
Sets the test parameter value.
setValue(String) - Method in interface dev.orne.test.rnd.params.TestSourceExtractor.Params
Sets the test parameter value.
SIMPLE_CONSTRUCTOR - Static variable in class dev.orne.test.rnd.params.ConstraintIntrospectionTestType
Bean simple constructor.
SIZE_MIN - Static variable in class dev.orne.test.rnd.params.ConstraintIntrospectionTestType
Minimum value for Size constraints.
STATIC_FIELD - Static variable in class dev.orne.test.rnd.params.ConstraintIntrospectionTestType
Bean static field.
STATIC_METHOD - Static variable in class dev.orne.test.rnd.params.ConstraintIntrospectionTestType
Bean static test method.
STATIC_METHOD_PARAM_0 - Static variable in class dev.orne.test.rnd.params.ConstraintIntrospectionTestType
Bean static test method parameter 0.
STATIC_METHOD_PARAM_1 - Static variable in class dev.orne.test.rnd.params.ConstraintIntrospectionTestType
Bean static test method parameter 1.
STATIC_METHOD_PARAM_2 - Static variable in class dev.orne.test.rnd.params.ConstraintIntrospectionTestType
Bean static test method parameter 2.
staticMethod(String, String, String) - Static method in class dev.orne.test.rnd.params.ConstraintIntrospectionTestType
Bean static test method.
supports(Class<?>) - Method in class dev.orne.test.rnd.it.CustomBasicGenerator
supports(Class<?>) - Method in class dev.orne.test.rnd.MockGenerator
supports(Class<?>) - Method in class dev.orne.test.rnd.TestGenerator

T

TEST_METHOD - Static variable in class dev.orne.test.rnd.params.ConstraintIntrospectionTestType
Bean test method.
TEST_METHOD_PARAM_0 - Static variable in class dev.orne.test.rnd.params.ConstraintIntrospectionTestType
Bean test method parameter 0.
TEST_METHOD_PARAM_1 - Static variable in class dev.orne.test.rnd.params.ConstraintIntrospectionTestType
Bean test method parameter 0.
TEST_METHOD_PARAM_2 - Static variable in class dev.orne.test.rnd.params.ConstraintIntrospectionTestType
Bean test method parameter 0.
TestGenerator - Class in dev.orne.test.rnd
Implementation of Generator for tests.
TestGenerator() - Constructor for class dev.orne.test.rnd.TestGenerator
Creates a new instance.
TestGenerator.Type - Class in dev.orne.test.rnd
Test empty type.
testMethod(String, String, String) - Method in class dev.orne.test.rnd.params.ConstraintIntrospectionTestType
Bean test method.
TestSourceExtractor - Class in dev.orne.test.rnd.params
Test implementation of ParametersSourceExtractor.
TestSourceExtractor() - Constructor for class dev.orne.test.rnd.params.TestSourceExtractor
Creates a new instance.
TestSourceExtractor.Params - Interface in dev.orne.test.rnd.params
Test parameters type.
TestSourceExtractor.Source - Interface in dev.orne.test.rnd.params
Test parameters source type.
TestTypedGenerator - Class in dev.orne.test.rnd
Implementation of Generator for tests.
TestTypedGenerator() - Constructor for class dev.orne.test.rnd.TestTypedGenerator
Creates a new instance.
TestTypedGenerator.Type - Class in dev.orne.test.rnd
Test empty type.
Type() - Constructor for class dev.orne.test.rnd.TestGenerator.Type
Creates a new instance.
Type() - Constructor for class dev.orne.test.rnd.TestTypedGenerator.Type
Creates a new instance.

U

UNDESIRED - Enum constant in enum dev.orne.test.rnd.it.EnumCustomGenerator.Values
The non generated enumeration constant.

V

valueOf(String) - Static method in enum dev.orne.test.rnd.it.EnumCustomGenerator.Values
Returns the enum constant of this type with the specified name.
values() - Static method in enum dev.orne.test.rnd.it.EnumCustomGenerator.Values
Returns an array containing the constants of this enum type, in the order they are declared.
A B C D E G H M N P R S T U V 
All Classes and Interfaces|All Packages|Constant Field Values