A B C D E F G H I J L M N O P R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AbstractSpecimen<T> - Class in com.github.nylle.javafixture.specimen
- AbstractSpecimen(SpecimenType<T>, Context, SpecimenFactory) - Constructor for class com.github.nylle.javafixture.specimen.AbstractSpecimen
- accept(TestWithFixture) - Method in class com.github.nylle.javafixture.annotations.fixture.JavaFixtureProvider
- addManyTo(Collection<T>, SpecimenType<T>) - Method in class com.github.nylle.javafixture.Fixture
-
Adds objects of the specified
SpecimenType<T>, recursively populated with random values, to the specifiedCollection<T>The number of objects created is specified in theConfigurationunderstreamSize(default: 3) - addManyTo(Collection<T>, Class<T>) - Method in class com.github.nylle.javafixture.Fixture
-
Adds objects of the specified
Class<T>, recursively populated with random values, to the specifiedCollection<T>The number of objects created is specified in theConfigurationunderstreamSize(default: 3) - ArraySpecimen<T> - Class in com.github.nylle.javafixture.specimen
- ArraySpecimen(SpecimenType<T>, Context, SpecimenFactory) - Constructor for class com.github.nylle.javafixture.specimen.ArraySpecimen
- asClass() - Method in class com.github.nylle.javafixture.SpecimenType
- asParameterizedType() - Method in class com.github.nylle.javafixture.SpecimenType
B
- bool1() - Method in annotation type com.github.nylle.javafixture.annotations.testcases.TestCase
- bool2() - Method in annotation type com.github.nylle.javafixture.annotations.testcases.TestCase
- bool3() - Method in annotation type com.github.nylle.javafixture.annotations.testcases.TestCase
- bool4() - Method in annotation type com.github.nylle.javafixture.annotations.testcases.TestCase
- bool5() - Method in annotation type com.github.nylle.javafixture.annotations.testcases.TestCase
- bool6() - Method in annotation type com.github.nylle.javafixture.annotations.testcases.TestCase
- build(SpecimenType<T>) - Method in class com.github.nylle.javafixture.Fixture
-
Creates a
ISpecimenBuilder<T>to customise the object of typeTto be created - build(SpecimenType<T>) - Method in class com.github.nylle.javafixture.SpecimenFactory
- build(Class<T>) - Method in class com.github.nylle.javafixture.Fixture
-
Creates a
ISpecimenBuilder<T>to customise the object of typeTto be created - byte1() - Method in annotation type com.github.nylle.javafixture.annotations.testcases.TestCase
- byte2() - Method in annotation type com.github.nylle.javafixture.annotations.testcases.TestCase
- byte3() - Method in annotation type com.github.nylle.javafixture.annotations.testcases.TestCase
- byte4() - Method in annotation type com.github.nylle.javafixture.annotations.testcases.TestCase
- byte5() - Method in annotation type com.github.nylle.javafixture.annotations.testcases.TestCase
- byte6() - Method in annotation type com.github.nylle.javafixture.annotations.testcases.TestCase
C
- cached(SpecimenType<?>, T) - Method in class com.github.nylle.javafixture.Context
- cached(SpecimenType<T>) - Method in class com.github.nylle.javafixture.Context
- castToClass(Type) - Static method in class com.github.nylle.javafixture.SpecimenType
- char1() - Method in annotation type com.github.nylle.javafixture.annotations.testcases.TestCase
- char2() - Method in annotation type com.github.nylle.javafixture.annotations.testcases.TestCase
- char3() - Method in annotation type com.github.nylle.javafixture.annotations.testcases.TestCase
- char4() - Method in annotation type com.github.nylle.javafixture.annotations.testcases.TestCase
- char5() - Method in annotation type com.github.nylle.javafixture.annotations.testcases.TestCase
- char6() - Method in annotation type com.github.nylle.javafixture.annotations.testcases.TestCase
- class1() - Method in annotation type com.github.nylle.javafixture.annotations.testcases.TestCase
- class2() - Method in annotation type com.github.nylle.javafixture.annotations.testcases.TestCase
- class3() - Method in annotation type com.github.nylle.javafixture.annotations.testcases.TestCase
- class4() - Method in annotation type com.github.nylle.javafixture.annotations.testcases.TestCase
- class5() - Method in annotation type com.github.nylle.javafixture.annotations.testcases.TestCase
- class6() - Method in annotation type com.github.nylle.javafixture.annotations.testcases.TestCase
- clock(Clock) - Method in class com.github.nylle.javafixture.Configuration
- collectionSizeRange(int, int) - Method in class com.github.nylle.javafixture.Configuration
-
Sets the minimum and maximum length for arrays, collections and maps
- CollectionSpecimen<T,G> - Class in com.github.nylle.javafixture.specimen
- CollectionSpecimen(SpecimenType<T>, Context, SpecimenFactory) - Constructor for class com.github.nylle.javafixture.specimen.CollectionSpecimen
- com.github.nylle.javafixture - package com.github.nylle.javafixture
- com.github.nylle.javafixture.annotations.fixture - package com.github.nylle.javafixture.annotations.fixture
- com.github.nylle.javafixture.annotations.testcases - package com.github.nylle.javafixture.annotations.testcases
- com.github.nylle.javafixture.specimen - package com.github.nylle.javafixture.specimen
- configuration() - Static method in class com.github.nylle.javafixture.Fixture
-
Returns a new default configuration with the following values
- Configuration - Class in com.github.nylle.javafixture
- Configuration() - Constructor for class com.github.nylle.javafixture.Configuration
-
Creates a new default configuration with the following values
- Configuration(int, int, int) - Constructor for class com.github.nylle.javafixture.Configuration
-
Creates a new configuration with the specified values
- Configuration(int, int, int, boolean) - Constructor for class com.github.nylle.javafixture.Configuration
-
Creates a new configuration with the specified values
- configure() - Static method in class com.github.nylle.javafixture.Configuration
-
Creates a new default configuration with the following values
- construct(SpecimenType<T>) - Method in class com.github.nylle.javafixture.Fixture
-
Creates a new object of the specified type, using a random constructor if available
- construct(SpecimenType<T>) - Method in class com.github.nylle.javafixture.InstanceFactory
- construct(Class<T>) - Method in class com.github.nylle.javafixture.Fixture
-
Creates a new object of the specified type, using a random constructor if available
- Context - Class in com.github.nylle.javafixture
- Context(Configuration) - Constructor for class com.github.nylle.javafixture.Context
- Context(Configuration, Map<Integer, Object>) - Constructor for class com.github.nylle.javafixture.Context
- create() - Method in interface com.github.nylle.javafixture.ISpecimen
- create() - Method in interface com.github.nylle.javafixture.ISpecimenBuilder
- create() - Method in class com.github.nylle.javafixture.specimen.AbstractSpecimen
- create() - Method in class com.github.nylle.javafixture.specimen.ArraySpecimen
- create() - Method in class com.github.nylle.javafixture.specimen.CollectionSpecimen
- create() - Method in class com.github.nylle.javafixture.specimen.EnumSpecimen
- create() - Method in class com.github.nylle.javafixture.specimen.GenericSpecimen
- create() - Method in class com.github.nylle.javafixture.specimen.InterfaceSpecimen
- create() - Method in class com.github.nylle.javafixture.specimen.MapSpecimen
- create() - Method in class com.github.nylle.javafixture.specimen.ObjectSpecimen
- create() - Method in class com.github.nylle.javafixture.specimen.PrimitiveSpecimen
- create() - Method in class com.github.nylle.javafixture.specimen.TimeSpecimen
- create() - Method in class com.github.nylle.javafixture.SpecimenBuilder
- create(CustomizationContext) - Method in interface com.github.nylle.javafixture.ISpecimen
- create(CustomizationContext) - Method in class com.github.nylle.javafixture.specimen.AbstractSpecimen
- create(CustomizationContext) - Method in class com.github.nylle.javafixture.specimen.ArraySpecimen
- create(CustomizationContext) - Method in class com.github.nylle.javafixture.specimen.CollectionSpecimen
- create(CustomizationContext) - Method in class com.github.nylle.javafixture.specimen.EnumSpecimen
- create(CustomizationContext) - Method in class com.github.nylle.javafixture.specimen.GenericSpecimen
- create(CustomizationContext) - Method in class com.github.nylle.javafixture.specimen.InterfaceSpecimen
- create(CustomizationContext) - Method in class com.github.nylle.javafixture.specimen.MapSpecimen
- create(CustomizationContext) - Method in class com.github.nylle.javafixture.specimen.ObjectSpecimen
- create(CustomizationContext) - Method in class com.github.nylle.javafixture.specimen.PrimitiveSpecimen
- create(CustomizationContext) - Method in class com.github.nylle.javafixture.specimen.TimeSpecimen
- create(SpecimenType<T>) - Method in class com.github.nylle.javafixture.Fixture
-
Creates a new object of the specified type, recursively populated with random values
- create(Class<T>) - Method in class com.github.nylle.javafixture.Fixture
-
Creates a new object of the specified type, recursively populated with random values
- createMany() - Method in interface com.github.nylle.javafixture.ISpecimenBuilder
- createMany() - Method in class com.github.nylle.javafixture.SpecimenBuilder
- createMany(int) - Method in interface com.github.nylle.javafixture.ISpecimenBuilder
- createMany(int) - Method in class com.github.nylle.javafixture.SpecimenBuilder
-
Creates a
Streamof objects based on thisISpecimenBuilder<T>with the specified size - createMany(SpecimenType<T>) - Method in class com.github.nylle.javafixture.Fixture
-
Creates a
Streamof objects of the specified type, recursively populated with random values - createMany(Class<T>) - Method in class com.github.nylle.javafixture.Fixture
-
Creates a
Streamof objects of the specified type, recursively populated with random values - createOptional() - Method in interface com.github.nylle.javafixture.ISpecimenBuilder
- createOptional() - Method in class com.github.nylle.javafixture.SpecimenBuilder
- createOptional(Class<T>) - Method in class com.github.nylle.javafixture.Fixture
-
Creates a new optional of the specified type, recursively populated with random values
- CustomizationContext - Class in com.github.nylle.javafixture
- CustomizationContext(boolean) - Constructor for class com.github.nylle.javafixture.CustomizationContext
- CustomizationContext(List<String>, Map<String, Object>) - Constructor for class com.github.nylle.javafixture.CustomizationContext
D
- double1() - Method in annotation type com.github.nylle.javafixture.annotations.testcases.TestCase
- double2() - Method in annotation type com.github.nylle.javafixture.annotations.testcases.TestCase
- double3() - Method in annotation type com.github.nylle.javafixture.annotations.testcases.TestCase
- double4() - Method in annotation type com.github.nylle.javafixture.annotations.testcases.TestCase
- double5() - Method in annotation type com.github.nylle.javafixture.annotations.testcases.TestCase
- double6() - Method in annotation type com.github.nylle.javafixture.annotations.testcases.TestCase
E
- EnumSpecimen<T> - Class in com.github.nylle.javafixture.specimen
- EnumSpecimen(SpecimenType<T>, Context) - Constructor for class com.github.nylle.javafixture.specimen.EnumSpecimen
- equals(Object) - Method in class com.github.nylle.javafixture.SpecimenType
F
- fixture() - Method in class com.github.nylle.javafixture.Configuration
-
Returns a new fixture with this configuration
- fixture() - Static method in class com.github.nylle.javafixture.Fixture
-
Creates a new
Fixturewith default configuration: - Fixture - Class in com.github.nylle.javafixture
- Fixture() - Constructor for class com.github.nylle.javafixture.Fixture
-
Creates a new
Fixturewith default configuration: - Fixture(Configuration) - Constructor for class com.github.nylle.javafixture.Fixture
-
Creates a new
Fixturewith given configuration - float1() - Method in annotation type com.github.nylle.javafixture.annotations.testcases.TestCase
- float2() - Method in annotation type com.github.nylle.javafixture.annotations.testcases.TestCase
- float3() - Method in annotation type com.github.nylle.javafixture.annotations.testcases.TestCase
- float4() - Method in annotation type com.github.nylle.javafixture.annotations.testcases.TestCase
- float5() - Method in annotation type com.github.nylle.javafixture.annotations.testcases.TestCase
- float6() - Method in annotation type com.github.nylle.javafixture.annotations.testcases.TestCase
- fromClass(Type) - Static method in class com.github.nylle.javafixture.SpecimenType
- fromRawType(Class<?>, Type[]) - Static method in class com.github.nylle.javafixture.SpecimenType
G
- GenericSpecimen<T> - Class in com.github.nylle.javafixture.specimen
- GenericSpecimen(SpecimenType<T>, Context, SpecimenFactory) - Constructor for class com.github.nylle.javafixture.specimen.GenericSpecimen
- getClock() - Method in class com.github.nylle.javafixture.Configuration
- getComponentType() - Method in class com.github.nylle.javafixture.SpecimenType
- getConfiguration() - Method in class com.github.nylle.javafixture.Context
- getCustomFields() - Method in class com.github.nylle.javafixture.CustomizationContext
- getDeclaredConstructors() - Method in class com.github.nylle.javafixture.SpecimenType
- getEnumConstants() - Method in class com.github.nylle.javafixture.SpecimenType
- getFactoryMethods() - Method in class com.github.nylle.javafixture.SpecimenType
- getGenericTypeArgument(int) - Method in class com.github.nylle.javafixture.SpecimenType
- getGenericTypeArguments() - Method in class com.github.nylle.javafixture.SpecimenType
- getIgnoredFields() - Method in class com.github.nylle.javafixture.CustomizationContext
- getMaxCollectionSize() - Method in class com.github.nylle.javafixture.Configuration
- getMinCollectionSize() - Method in class com.github.nylle.javafixture.Configuration
- getName() - Method in class com.github.nylle.javafixture.SpecimenType
- getRandomCollectionSize() - Method in class com.github.nylle.javafixture.Configuration
- getStreamSize() - Method in class com.github.nylle.javafixture.Configuration
- getTestCaseValueFor(Class<T>, int) - Method in class com.github.nylle.javafixture.annotations.testcases.ReflectedTestCase
- getTypeParameterName(int) - Method in class com.github.nylle.javafixture.SpecimenType
- getTypeParameterNames() - Method in class com.github.nylle.javafixture.SpecimenType
H
- hashCode() - Method in class com.github.nylle.javafixture.SpecimenType
I
- InstanceFactory - Class in com.github.nylle.javafixture
- InstanceFactory(SpecimenFactory) - Constructor for class com.github.nylle.javafixture.InstanceFactory
- instantiate(SpecimenType<T>) - Method in class com.github.nylle.javafixture.InstanceFactory
- int1() - Method in annotation type com.github.nylle.javafixture.annotations.testcases.TestCase
- int2() - Method in annotation type com.github.nylle.javafixture.annotations.testcases.TestCase
- int3() - Method in annotation type com.github.nylle.javafixture.annotations.testcases.TestCase
- int4() - Method in annotation type com.github.nylle.javafixture.annotations.testcases.TestCase
- int5() - Method in annotation type com.github.nylle.javafixture.annotations.testcases.TestCase
- int6() - Method in annotation type com.github.nylle.javafixture.annotations.testcases.TestCase
- InterfaceSpecimen<T> - Class in com.github.nylle.javafixture.specimen
- InterfaceSpecimen(SpecimenType<T>, Context, SpecimenFactory) - Constructor for class com.github.nylle.javafixture.specimen.InterfaceSpecimen
- invoke(Object, Method, Object[]) - Method in class com.github.nylle.javafixture.ProxyInvocationHandler
- invoke(Object, Method, Method, Object[]) - Method in class com.github.nylle.javafixture.ProxyInvocationHandler
- isAbstract() - Method in class com.github.nylle.javafixture.SpecimenType
- isArray() - Method in class com.github.nylle.javafixture.SpecimenType
- isBoxed() - Method in class com.github.nylle.javafixture.SpecimenType
- isCached(SpecimenType<?>) - Method in class com.github.nylle.javafixture.Context
- isCollection() - Method in class com.github.nylle.javafixture.SpecimenType
- isEnum() - Method in class com.github.nylle.javafixture.SpecimenType
- isInterface() - Method in class com.github.nylle.javafixture.SpecimenType
- isMap() - Method in class com.github.nylle.javafixture.SpecimenType
- isParameterized() - Method in class com.github.nylle.javafixture.SpecimenType
- isParameterized(Type) - Static method in class com.github.nylle.javafixture.SpecimenType
- ISpecimen<T> - Interface in com.github.nylle.javafixture
- ISpecimenBuilder<T> - Interface in com.github.nylle.javafixture
- isPrimitive() - Method in class com.github.nylle.javafixture.SpecimenType
- isTimeType() - Method in class com.github.nylle.javafixture.SpecimenType
J
- JavaFixture - Class in com.github.nylle.javafixture
-
Deprecated.
- JavaFixture() - Constructor for class com.github.nylle.javafixture.JavaFixture
-
Deprecated.
- JavaFixture(Configuration) - Constructor for class com.github.nylle.javafixture.JavaFixture
-
Deprecated.
- JavaFixtureExtension - Class in com.github.nylle.javafixture.annotations.fixture
- JavaFixtureExtension() - Constructor for class com.github.nylle.javafixture.annotations.fixture.JavaFixtureExtension
- JavaFixtureProvider - Class in com.github.nylle.javafixture.annotations.fixture
- JavaFixtureProvider() - Constructor for class com.github.nylle.javafixture.annotations.fixture.JavaFixtureProvider
L
- long1() - Method in annotation type com.github.nylle.javafixture.annotations.testcases.TestCase
- long2() - Method in annotation type com.github.nylle.javafixture.annotations.testcases.TestCase
- long3() - Method in annotation type com.github.nylle.javafixture.annotations.testcases.TestCase
- long4() - Method in annotation type com.github.nylle.javafixture.annotations.testcases.TestCase
- long5() - Method in annotation type com.github.nylle.javafixture.annotations.testcases.TestCase
- long6() - Method in annotation type com.github.nylle.javafixture.annotations.testcases.TestCase
M
- manufacture(SpecimenType<T>) - Method in class com.github.nylle.javafixture.InstanceFactory
- MapSpecimen<T,K,V> - Class in com.github.nylle.javafixture.specimen
- MapSpecimen(SpecimenType<T>, Context, SpecimenFactory) - Constructor for class com.github.nylle.javafixture.specimen.MapSpecimen
- maxCollectionSize() - Method in annotation type com.github.nylle.javafixture.annotations.fixture.TestWithFixture
- minCollectionSize() - Method in annotation type com.github.nylle.javafixture.annotations.fixture.TestWithFixture
N
- nextBool() - Method in class com.github.nylle.javafixture.PseudoRandom
- nextByte() - Method in class com.github.nylle.javafixture.PseudoRandom
- nextChar() - Method in class com.github.nylle.javafixture.PseudoRandom
- nextDouble(boolean) - Method in class com.github.nylle.javafixture.PseudoRandom
- nextFloat(boolean) - Method in class com.github.nylle.javafixture.PseudoRandom
- nextInt(boolean) - Method in class com.github.nylle.javafixture.PseudoRandom
- nextLong(boolean) - Method in class com.github.nylle.javafixture.PseudoRandom
- nextShort(boolean) - Method in class com.github.nylle.javafixture.PseudoRandom
- nextString() - Method in class com.github.nylle.javafixture.PseudoRandom
- noContext() - Static method in class com.github.nylle.javafixture.CustomizationContext
O
- ObjectSpecimen<T> - Class in com.github.nylle.javafixture.specimen
- ObjectSpecimen(SpecimenType<T>, Context, SpecimenFactory) - Constructor for class com.github.nylle.javafixture.specimen.ObjectSpecimen
P
- populate(CustomizationContext) - Method in class com.github.nylle.javafixture.Reflector
- populate(CustomizationContext, Map<String, ISpecimen<?>>) - Method in class com.github.nylle.javafixture.Reflector
- positiveNumbersOnly() - Method in annotation type com.github.nylle.javafixture.annotations.fixture.TestWithFixture
- preDefined(SpecimenType<T>, T) - Method in class com.github.nylle.javafixture.Context
- PrimitiveSpecimen<T> - Class in com.github.nylle.javafixture.specimen
- PrimitiveSpecimen(SpecimenType<T>, Context) - Constructor for class com.github.nylle.javafixture.specimen.PrimitiveSpecimen
- provideArguments(ExtensionContext) - Method in class com.github.nylle.javafixture.annotations.fixture.JavaFixtureProvider
- proxy(SpecimenType<T>) - Method in class com.github.nylle.javafixture.InstanceFactory
- proxy(SpecimenType<T>, Map<String, ISpecimen<?>>) - Method in class com.github.nylle.javafixture.InstanceFactory
- ProxyInvocationHandler - Class in com.github.nylle.javafixture
- ProxyInvocationHandler(SpecimenFactory, Map<String, ISpecimen<?>>) - Constructor for class com.github.nylle.javafixture.ProxyInvocationHandler
- PseudoRandom - Class in com.github.nylle.javafixture
- PseudoRandom() - Constructor for class com.github.nylle.javafixture.PseudoRandom
R
- ReflectedTestCase - Class in com.github.nylle.javafixture.annotations.testcases
- ReflectedTestCase(TestCase) - Constructor for class com.github.nylle.javafixture.annotations.testcases.ReflectedTestCase
- Reflector<T> - Class in com.github.nylle.javafixture
- Reflector(T, SpecimenFactory) - Constructor for class com.github.nylle.javafixture.Reflector
- resolveParameter(ParameterContext, ExtensionContext) - Method in class com.github.nylle.javafixture.annotations.fixture.JavaFixtureExtension
S
- short1() - Method in annotation type com.github.nylle.javafixture.annotations.testcases.TestCase
- short2() - Method in annotation type com.github.nylle.javafixture.annotations.testcases.TestCase
- short3() - Method in annotation type com.github.nylle.javafixture.annotations.testcases.TestCase
- short4() - Method in annotation type com.github.nylle.javafixture.annotations.testcases.TestCase
- short5() - Method in annotation type com.github.nylle.javafixture.annotations.testcases.TestCase
- short6() - Method in annotation type com.github.nylle.javafixture.annotations.testcases.TestCase
- SpecimenBuilder<T> - Class in com.github.nylle.javafixture
- SpecimenBuilder(SpecimenType<T>, Configuration) - Constructor for class com.github.nylle.javafixture.SpecimenBuilder
- SpecimenException - Exception in com.github.nylle.javafixture
- SpecimenException(String) - Constructor for exception com.github.nylle.javafixture.SpecimenException
- SpecimenException(String, Throwable) - Constructor for exception com.github.nylle.javafixture.SpecimenException
- SpecimenFactory - Class in com.github.nylle.javafixture
- SpecimenFactory(Context) - Constructor for class com.github.nylle.javafixture.SpecimenFactory
- SpecimenType<T> - Class in com.github.nylle.javafixture
- SpecimenType() - Constructor for class com.github.nylle.javafixture.SpecimenType
- SpecimenTypeException - Exception in com.github.nylle.javafixture
- SpecimenTypeException(String) - Constructor for exception com.github.nylle.javafixture.SpecimenTypeException
- str1() - Method in annotation type com.github.nylle.javafixture.annotations.testcases.TestCase
- str2() - Method in annotation type com.github.nylle.javafixture.annotations.testcases.TestCase
- str3() - Method in annotation type com.github.nylle.javafixture.annotations.testcases.TestCase
- str4() - Method in annotation type com.github.nylle.javafixture.annotations.testcases.TestCase
- str5() - Method in annotation type com.github.nylle.javafixture.annotations.testcases.TestCase
- str6() - Method in annotation type com.github.nylle.javafixture.annotations.testcases.TestCase
- streamSize(int) - Method in class com.github.nylle.javafixture.Configuration
- supportsParameter(ParameterContext, ExtensionContext) - Method in class com.github.nylle.javafixture.annotations.fixture.JavaFixtureExtension
T
- TestCase - Annotation Type in com.github.nylle.javafixture.annotations.testcases
- TestCaseException - Exception in com.github.nylle.javafixture.annotations.testcases
- TestCaseException(String, Throwable) - Constructor for exception com.github.nylle.javafixture.annotations.testcases.TestCaseException
- TestCases - Annotation Type in com.github.nylle.javafixture.annotations.testcases
- TestWithCases - Annotation Type in com.github.nylle.javafixture.annotations.testcases
- TestWithFixture - Annotation Type in com.github.nylle.javafixture.annotations.fixture
- TimeSpecimen<T> - Class in com.github.nylle.javafixture.specimen
- TimeSpecimen(SpecimenType<T>, Context) - Constructor for class com.github.nylle.javafixture.specimen.TimeSpecimen
U
- usePositiveNumbersOnly() - Method in class com.github.nylle.javafixture.Configuration
- usePositiveNumbersOnly(boolean) - Method in class com.github.nylle.javafixture.Configuration
- useRandomConstructor() - Method in class com.github.nylle.javafixture.CustomizationContext
V
- validateCustomization(CustomizationContext, SpecimenType<T>) - Method in class com.github.nylle.javafixture.Reflector
- value() - Method in annotation type com.github.nylle.javafixture.annotations.testcases.TestCases
W
- with(SpecimenType<U>, U) - Method in interface com.github.nylle.javafixture.ISpecimenBuilder
- with(SpecimenType<U>, U) - Method in class com.github.nylle.javafixture.SpecimenBuilder
-
Sets all fields with the specified type to the specified value during object creation.
- with(Class<U>, U) - Method in interface com.github.nylle.javafixture.ISpecimenBuilder
- with(Class<U>, U) - Method in class com.github.nylle.javafixture.SpecimenBuilder
-
Sets all fields with the specified type to the specified value during object creation.
- with(String, Object) - Method in interface com.github.nylle.javafixture.ISpecimenBuilder
- with(String, Object) - Method in class com.github.nylle.javafixture.SpecimenBuilder
-
Sets the field with the specified name to the specified value during object creation
- with(Consumer<T>) - Method in interface com.github.nylle.javafixture.ISpecimenBuilder
- with(Consumer<T>) - Method in class com.github.nylle.javafixture.SpecimenBuilder
-
Applies the specified function to the created object
- without(String) - Method in interface com.github.nylle.javafixture.ISpecimenBuilder
- without(String) - Method in class com.github.nylle.javafixture.SpecimenBuilder
-
Omits the field with the specified name during object creation Primitives will receive their respective default-value, objects will be null
All Classes All Packages