Package | Description |
---|---|
net.amygdalum.testrecorder.configurator | |
net.amygdalum.testrecorder.deserializers.builder | |
net.amygdalum.testrecorder.generator |
Modifier and Type | Method and Description |
---|---|
AgentConfigurator |
AgentConfigurator.customSetupGenerator(Supplier<SetupGenerator<?>> serializer) |
Modifier and Type | Class and Description |
---|---|
class |
ArraysListAdaptor |
class |
BeanObjectAdaptor |
class |
CollectionsListAdaptor |
class |
CollectionsMapAdaptor |
class |
CollectionsSetAdaptor |
class |
DefaultArrayAdaptor |
class |
DefaultBigDecimalAdaptor |
class |
DefaultBigIntegerAdaptor |
class |
DefaultClassAdaptor |
class |
DefaultEnumAdaptor |
class |
DefaultGenericCollectionAdaptor<T extends SerializedReferenceType> |
class |
DefaultGenericMapAdaptor<T extends SerializedReferenceType> |
class |
DefaultLambdaAdaptor |
class |
DefaultListAdaptor |
class |
DefaultLiteralAdaptor |
class |
DefaultMapAdaptor |
class |
DefaultNullAdaptor |
class |
DefaultObjectAdaptor |
class |
DefaultProxyAdaptor |
class |
DefaultQueueAdaptor |
class |
DefaultSetAdaptor |
class |
DefaultSetupGenerator<T extends SerializedValue> |
class |
LargePrimitiveArrayAdaptor |
class |
ObjectBuilderAdaptor |
class |
ObjectFactoryAdaptor |
class |
ProxyPlaceholderAdaptor |
Modifier and Type | Method and Description |
---|---|
Class<? extends SetupGenerator<SerializedList>> |
ArraysListAdaptor.parent() |
Class<? extends SetupGenerator<SerializedObject>> |
BeanObjectAdaptor.parent() |
Class<? extends SetupGenerator<SerializedList>> |
CollectionsListAdaptor.parent() |
Class<? extends SetupGenerator<SerializedMap>> |
CollectionsMapAdaptor.parent() |
Class<? extends SetupGenerator<SerializedSet>> |
CollectionsSetAdaptor.parent() |
Class<? extends SetupGenerator<SerializedArray>> |
LargePrimitiveArrayAdaptor.parent() |
Class<? extends SetupGenerator<SerializedObject>> |
ObjectBuilderAdaptor.parent() |
Class<? extends SetupGenerator<SerializedObject>> |
ObjectFactoryAdaptor.parent() |
Modifier and Type | Method and Description |
---|---|
void |
ScheduledTestGenerator.reload(PerformanceProfile profile,
TestGeneratorProfile generatorProfile,
List<SetupGenerator> setup,
List<MatcherGenerator> matcher) |
void |
TestGenerator.reload(PerformanceProfile profile,
TestGeneratorProfile generatorProfile,
List<SetupGenerator> setup,
List<MatcherGenerator> matcher) |
Constructor and Description |
---|
ScheduledTestGenerator(PerformanceProfile profile,
TestGeneratorProfile generatorProfile,
List<SetupGenerator> setup,
List<MatcherGenerator> matcher) |
TestGenerator(PerformanceProfile profile,
TestGeneratorProfile generatorProfile,
List<SetupGenerator> setup,
List<MatcherGenerator> matcher) |
Copyright © 2020. All rights reserved.