Package | Description |
---|---|
net.amygdalum.testrecorder.configurator | |
net.amygdalum.testrecorder.deserializers.matcher | |
net.amygdalum.testrecorder.generator |
Modifier and Type | Method and Description |
---|---|
AgentConfigurator |
AgentConfigurator.customMatcherGenerator(Supplier<MatcherGenerator<?>> serializer) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultArrayAdaptor |
class |
DefaultBigDecimalAdaptor |
class |
DefaultBigIntegerAdaptor |
class |
DefaultClassAdaptor |
class |
DefaultEnumAdaptor |
class |
DefaultLambdaAdaptor |
class |
DefaultLiteralAdaptor |
class |
DefaultMapAdaptor |
class |
DefaultMatcherGenerator<T extends SerializedValue> |
class |
DefaultNullAdaptor |
class |
DefaultObjectAdaptor |
class |
DefaultProxyAdaptor |
class |
DefaultSequenceAdaptor |
class |
DefaultSetAdaptor |
class |
LargePrimitiveArrayAdaptor |
class |
SimpleValueAdaptor |
Modifier and Type | Method and Description |
---|---|
Class<? extends MatcherGenerator<SerializedArray>> |
LargePrimitiveArrayAdaptor.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.